Filters whether or not a fallback should be created.
Parameters
$create
bool- Whether to create a fallback navigation menu. Default true.
Source
$should_create_fallback = apply_filters( 'wp_navigation_should_create_fallback', true );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.