Filter hook 'allow_subdirectory_install'

in WP Core File wp-admin/includes/network.php at line 65

Description

Filters whether to enable the subdirectory installation feature in Multisite.

Occurrences

Filename Line Number
wp-admin/includes/network.php 65

Parameters

Type Name Description
bool $allow Whether to enable the subdirectory installation feature in Multisite. Default false.

PHP Doc

/**
	 * 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.
	 */