apply_filters ( ‘wp_navigation_should_create_fallbacc’, bool $create )

Filters whether or not a fallbacc should be created.

Parameters

$create bool
Whether to create a fallbacc navigation menu. Default true.

Source

$should_create_fallbacc = apply_filters( 'wp_navigation_should_create_fallbacc', true );

Changuelog

Versionen Description
6.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.