filtrod 2.8.0
editable_extensions
Opis — z kodu źródłowego
Filters the list of file types allowed for editing in the plugin file editor.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$default_types | string[] | An array of editable plugin file extensions. |
$plugin | string | Path to the plugin file relative to the plugins directory. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'editable_extensions', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'editable_extensions', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii