WP HOOKS
filtrod 3.0.0

allow_subdirectory_install

Args 1Plik wp-admin/includes/network.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to enable the subdirectory installation feature in Multisite.

Parametry

ParametrTypOpis
$allowboolWhether to enable the subdirectory installation feature in Multisite. Default false.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'allow_subdirectory_install', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii