filtrod 4.3.0
editor_stylesheets
Opis — z kodu źródłowego
Filters the array of URLs of stylesheets applied to the editor.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$stylesheets | string[] | Array of URLs of stylesheets to be applied to the editor. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'editor_stylesheets', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'editor_stylesheets', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii