WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_nav_menu_objects

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/nav-menu-template.php apply_filters 240 /**
* Filters the sorted list of menu item objects before generating the menu's HTML.
*
* @since 3.1.0
*
* @param array $sorted_menu_items The menu items, sorted by each menu item's menu order.
* @param stdClass $args An object containing wp_nav_menu() arguments.
*/

Hook Parameters

Parameter Type Name Description
array $sorted_menu_items The menu items, sorted by each menu item's menu order.
stdClass $args An object containing wp_nav_menu() arguments.