WP HOOKS
filtrod 6.4.0

wp_get_loading_optimization_attributes

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

Opis — z kodu źródłowego

Filters the loading optimization attributes.

Parametry

ParametrTypOpis
$loading_attrsarrayThe loading optimization attributes.
$tag_namestringThe tag name.
$attrarrayArray of the attributes for the tag.
$contextstringContext for the element for which the loading optimization attribute is requested.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_get_loading_optimization_attributes', 'twoja_funkcja', 10, 4 );

function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
	// Twój kod
}

Popularne w tej kategorii