221*222* @since 4.9.0223*224* @param string$menu_name Menu name.225* @param string$location Menu location identifier.226*/227returnapply_filters('wp_get_nav_menu_name',$menu_name,$location);228}229230/**231* Determines whether the given ID is a nav menu item.232*233* @since 3.0.0
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.