filtrod 2.8.0
print_admin_styles
Opis — z kodu źródłowego
Filters whether to print the admin styles.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$print | bool | Whether to print the admin styles. Default true. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'print_admin_styles', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'print_admin_styles', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii