1355* @since 4.5.01356* @since 4.6.0 Added the `$blog_id` parameter.1357*1358* @param string$html Custom logo HTML output.1359* @param int$blog_idID of the blog to get the custom logo for.1360*/1361returnapply_filters('get_custom_logo',$html,$blog_id);1362}13631364/**1365* Displays a custom logo, linked to home unless the theme supports removing the link on the home page.1366*1367* @since 4.5.0
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.