apply_filters( ‘get_custom_logo_image_attributes’, array $custom_logo_attr, int $custom_logo_id, int $blog_id )

In this article

Filters the list of custom logo image attributes.

Parameters

$custom_logo_attrarray
Custom logo image attributes.
$custom_logo_idint
Custom logo attachment ID.
$blog_idint
ID of the blog to get the custom logo for.

Source

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

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.