Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/network.php | apply_filters | 64 | /** * Filters whether to enable the subdirectory installation feature in Multisite. * * @since 3.0.0 * * @param bool $allow Whether to enable the subdirectory installation feature in Multisite. * Default false. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $allow | Whether to enable the subdirectory installation feature in Multisite. |