filtrod 5.5.0
wp_lazy_loading_enabled
Opis — z kodu źródłowego
Filters whether to add the `loading` attribute to the specified tag in the specified context.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$default | bool | Default value. |
$tag_name | string | The tag name. |
$context | string | Additional context, like the current filter name or the function name from where this was called. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_lazy_loading_enabled', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_lazy_loading_enabled', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii