wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_navigation_should_create_fallback › Les Filtres WordPress

Depuis6.3.0
Dépréciéen/a
apply_filters( 'wp_navigation_should_create_fallback', true )
Paramètres:
  • (bool) $create Whether to create a fallback navigation menu. Default true.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether or not a fallback should be created.





Source

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