WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_nav_menu_items

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/nav-menu-template.php apply_filters 273 /**
* Filters the HTML list content for navigation menus.
*
* @since 3.0.0
*
* @see wp_nav_menu()
*
* @param string $items The HTML list content for the menu items.
* @param stdClass $args An object containing wp_nav_menu() arguments.
*/

Hook Parameters

Parameter Type Name Description
string $items The HTML list content for the menu items.
stdClass $args An object containing wp_nav_menu() arguments.