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.<br> Default false.


Source

File: wp-admin/includes/network.php

View on GitHub



Changelog

Changelog
Version Description
3.0.0 Introduced.