Filter hook 'wp_navigation_should_create_fallback'

in WP Core File wp-includes/class-wp-navigation-fallback.php at line 79

Description

Filters whether or not a fallback should be created.

Occurrences

Filename Line Number
wp-includes/class-wp-navigation-fallback.php 79

Parameters

Type Name Description
bool $create Whether to create a fallback navigation menu. Default true.

PHP Doc

/**
		 * Filters whether or not a fallback should be created.
		 *
		 * @since 6.3.0
		 *
		 * @param bool $create Whether to create a fallback navigation menu. Default true.
		 */