allow_subdirectory_install

过滤钩子


apply_filters( 'allow_subdirectory_install', false )
参数
  • (bool)
    $allow
    Whether to enable the subdirectory installation feature in Multisite.
    Default false.
    Required:
定义位置
  • wp-admin/includes/network.php
    , line 64
引入
3.0.0
弃用

Filters whether to enable the subdirectory installation feature in Multisite.

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