Filters whether a nav menu is assigned to the specified location.
$location
Sortie :
@param bool $has_nav_menu Whether there is a menu assigned to a location. @param string $location Menu location. @param string $location Menu location identifier. @return string Menu name.
// Utilisation de la fonction wp_get_nav_menu_name
$result = wp_get_nav_menu_name($location);
if ($result) {
// Votre logique ici
}
Chargement des actualités...