wordpress / latest / hooks / get_custom_logo_image_attributes.html

apply_filters( 'get_custom_logo_image_attributes', array $custom_logo_attr, int $custom_logo_id, int $blog_id )

Filters the list of custom logo image attributes.

Parameters

$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.

Source

File: wp-includes/general-template.php. View all references

$custom_logo_attr = apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id );

Used By

Used By Description

Changelog

Version Description
5.5.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_custom_logo_image_attributes