WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_nav_menu_available_items

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-nav-menus.php apply_filters 301 /**
* Filters the available menu items.
*
* @since 4.3.0
*
* @param array $items The array of menu items.
* @param string $object_type The object type.
* @param string $object_name The object name.
* @param int $page The current page number.
*/

Hook Parameters

Parameter Type Name Description
array $items The array of menu items.
string $object_type The object type.
string $object_name The object name.
int $page The current page number.