Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 1087 | /** * Filters the list of custom logo image attributes. * * @since 5.5.0 * * @param array $custom_logo_attr Custom logo image attributes. * @param int $custom_logo_id Custom logo attachment ID. * @param int $blog_id ID of the blog to get the custom logo for. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $custom_logo_attr | Custom logo image attributes. |
int | $custom_logo_id | Custom logo attachment ID. |
int | $blog_id | ID of the blog to get the custom logo for. |