wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



has_nav_menu › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'has_nav_menu', $has_nav_menu, $location )
Parameter: (2)
  • (bool) $has_nav_menu Whether there is a menu assigned to a location.
    Erforderlich: Ja
  • (string) $location Menu location.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether a nav menu is assigned to the specified location.





Quellcode

return apply_filters( 'has_nav_menu', $has_nav_menu, $location );