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



wp_nav_locations_listed_per_menu › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_nav_locations_listed_per_menu', 3 )
Parameter:
  • (int) $locations Number of menu locations to list. Default 3.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the number of locations listed per menu in the drop-down select.





Quellcode

$locations_listed_per_menu = absint( apply_filters( 'wp_nav_locations_listed_per_menu', 3 ) );