WP HOOKS
filtrod 5.9.0

get_header_image_tag_attributes

Args 2Plik wp-includes/theme.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list of header image attributes.

Parametry

ParametrTypOpis
$attrarrayArray of the attributes for the image tag.
$headerobjectThe custom header object returned by 'get_custom_header()'.

Wywołanie

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

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

Popularne w tej kategorii