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
-
Custom logo image attributes.
- $custom_logo_id
-
Custom logo attachment ID.
- $blog_id
-
ID of the blog to get the custom logo for.
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |