1150* @since 4.5.01151* @since 4.6.0 Added the `$blog_id` parameter.1152*1153* @param string$html Custom logo HTML output.1154* @param int$blog_idID of the blog to get the custom logo for.1155*/1156returnapply_filters('get_custom_logo',$html,$blog_id);1157}11581159/**1160* Displays a custom logo, linked to home unless the theme supports removing the link on the home page.1161*1162* @since 4.5.0
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.