Filters the available menu items.
Parameters
$items
array- The array of menu items.
$object_type
string- The object type.
$object_name
string- The object name.
$page
int- The current page number.
Source
$items = apply_filters( 'customize_nav_menu_available_items', $items, $object_type, $object_name, $page );
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.