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