wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_nav_locations_listed_per_menu › Filtr WordPress Hooks

Od3.6.0
Przestarzałyn/a
apply_filters( 'wp_nav_locations_listed_per_menu', 3 )
Parametry:
  • (int) $locations Number of menu locations to list. Default 3.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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