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