filtrod 5.9.0
get_header_image_tag_attributes
Opis — z kodu źródłowego
Filters the list of header image attributes.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$attr | array | Array of the attributes for the image tag. |
$header | object | The 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
}
// 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