WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_custom_logo

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 1132 /**
* Filters the custom logo output.
*
* @since 4.5.0
* @since 4.6.0 Added the `$blog_id` parameter.
*
* @param string $html Custom logo HTML output.
* @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.