wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_navigation_should_create_fallback › WordPress过滤钩子

Since6.3.0
已弃用n/a
apply_filters( 'wp_navigation_should_create_fallback', true )
参数:
  • (bool) $create Whether to create a fallback navigation menu. Default true.
    Required: Yes
定义在:
文档:

Filters whether or not a fallback should be created.





源码

$should_create_fallback = apply_filters( 'wp_navigation_should_create_fallback', true );