filtrod 3.0.0
allow_subdirectory_install
Opis — z kodu źródłowego
Filters whether to enable the subdirectory installation feature in Multisite.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$allow | bool | Whether 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
}
// rejestracja funkcji zwrotnej
add_filter( 'allow_subdirectory_install', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii