allow_subdirectory_install

Advertisement

Summery Summery

Filters whether to enable the subdirectory installation feature in Multisite.

Syntax Syntax

apply_filters( 'allow_subdirectory_install', bool $allow )

Parameters Parameters

$allow

Whether to enable the subdirectory installation feature in Multisite. Default false.

Source Source

File: wp-admin/includes/network.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply