wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_navigation_should_create_fallback › WordPress Filter Hooks

Da6.3.0
Deprecaton/a
apply_filters( 'wp_navigation_should_create_fallback', true )
Parametri:
  • (bool) $create Whether to create a fallback navigation menu. Default true.
    Richiesto:
Definito a:
Codex:

Filters whether or not a fallback should be created.





Sorgenti

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