On this page
apply_filters( 'get_custom_logo', string $html, int $blog_id )
Filters the custom logo output.
Parameters
$htmlstring-
Custom logo HTML output.
$blog_idint-
ID of the blog to get the custom logo for.
Source
File: wp-includes/general-template.php. View all references
return apply_filters( 'get_custom_logo', $html, $blog_id );
Related
Used By
| Used By | Description |
|---|---|
| get_custom_logo() wp-includes/general-template.php | Returns a custom logo, linked to home unless the theme supports removing the link on the home page. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_custom_logo