filtrod 4.7.4
theme_scandir_exclusions
Opis — z kodu źródłowego
Filters the array of excluded directories and files while scanning theme folder.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$exclusions | string[] | Array of excluded directories and files. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'theme_scandir_exclusions', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'theme_scandir_exclusions', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii