266*267* @see wp_nav_menu()268*269* @param string$items The HTMLlist content for the menu items.270* @param stdClass$args An object containing wp_nav_menu() arguments.271*/272$items=apply_filters('wp_nav_menu_items',$items,$args);273/**274* Filters the HTMLlist content for a specific navigation menu.275*276* @since 3.0.0277*278* @see wp_nav_menu()
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.