wpseek.com
A WordPress-centric search engine for devs and theme authors



allow_subdirectory_install › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'allow_subdirectory_install', false )
Parameters:
  • (bool) $allow Whether to enable the subdirectory installation feature in Multisite. Default false.
    Required: Yes
Defined at:
Codex:

Filters whether to enable the subdirectory installation feature in Multisite.





Source

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