Description
Filters whether a nav menu is assigned to the specified location.
Occurrences
Filename | Line Number |
---|---|
wp-includes/nav-menu.php | 195 |
Parameters
Type | Name | Description |
---|---|---|
bool | $has_nav_menu | Whether there is a menu assigned to a location. |
string | $location | Menu location. |
PHP Doc
/**
* Filters whether a nav menu is assigned to the specified location.
*
* @since 4.3.0
*
* @param bool $has_nav_menu Whether there is a menu assigned to a location.
* @param string $location Menu location.
*/