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



wp_navigation_should_create_fallback › WordPress Filter Hooks

Seit6.3.0
Veraltetn/v
apply_filters( 'wp_navigation_should_create_fallback', true )
Parameter:
  • (bool) $create Whether to create a fallback navigation menu. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether or not a fallback should be created.





Quellcode

$should_create_fallback = apply_filters( 'wp_navigation_should_create_fallback', true );