apply_filters( 'allow_subdirectory_install', bool $allow )
Filters whether to enable the subdirectory installation feature in Multisite.
Parameters
- $allow
-
Whether to enable the subdirectory installation feature in Multisite. Default is false.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |