filtrod 5.5.0
get_custom_logo_image_attributes
Opis — z kodu źródłowego
Filters the list of custom logo image attributes.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$custom_logo_attr | array | Custom logo image attributes. |
$custom_logo_id | int | Custom logo attachment ID. |
$blog_id | int | ID 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
}
// 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