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