apply_filters( 'customize_nav_menu_available_items', array $items, string $type, string $object, int $page )

Filters the available menu items.


Parameters

$items

(array) The array of menu items.

$type

(string) The object type.

$object

(string) The object name.

$page

(int) The current page number.


Source

File: wp-includes/class-wp-customize-nav-menus.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.3.0 Introduced.