218*219* @since 4.9.0220*221* @param string$menu_name Menu name.222* @param string$location Menu location identifier.223*/224returnapply_filters('wp_get_nav_menu_name',$menu_name,$location);225}226227/**228* Determines whether the given ID is a nav menu item.229*230* @since 3.0.0
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.