WP HOOKS
filtrod 5.5.0

get_custom_logo_image_attributes

Args 3Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list of custom logo image attributes.

Parametry

ParametrTypOpis
$custom_logo_attrarrayCustom logo image attributes.
$custom_logo_idintCustom logo attachment ID.
$blog_idintID of the blog to get the custom logo for.

Wywołanie

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

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

Popularne w tej kategorii