WP HOOKS
filtrod 5.5.0

wp_lazy_loading_enabled

Args 3Plik wp-includes/media.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to add the `loading` attribute to the specified tag in the specified context.

Parametry

ParametrTypOpis
$defaultboolDefault value.
$tag_namestringThe tag name.
$contextstringAdditional 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
}

Popularne w tej kategorii