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.
*/