apply_filters( 'allow_subdirectory_install', bool $allow )

Filters whether to enable the subdirectory installation feature in Multisite.


Parameters

$allow

(bool) Whether to enable the subdirectory installation feature in Multisite. Default is false.


Source

File: wp-admin/includes/network.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.