wp_navigation_should_create_fallback, true
wp_navigation_should_create_fallback, true
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_navigation_should_create_fallback, true') is found 1 times:
- /wp-includes/class-wp-navigation-fallback.php line 78
* @since 6.3.0 * * @param bool $create Whether to create a fallback navigation menu. Default true. */ $should_create_fallback = apply_filters( 'wp_navigation_should_create_fallback', true ); $fallback = static::get_most_recently_published_navigation(); if ( $fallback || ! $should_create_fallback ) { return $fallback; }