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



allow_subdirectory_install › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'allow_subdirectory_install', false )
参数:
  • (bool) $allow Whether to enable the subdirectory installation feature in Multisite. Default false.
    Required: Yes
定义在:
文档:

Filters whether to enable the subdirectory installation feature in Multisite.





源码

if ( apply_filters( 'allow_subdirectory_install', false ) ) {