1196* @since 4.4.01197*1198* @param string$url Site icon URL.1199* @param int$size Size of the site icon.1200* @param int$blog_idID of the blog to get the site icon for.1201*/1202returnapply_filters('get_site_icon_url',$url,$size,$blog_id);1203}12041205/**1206* Displays the Site Icon URL.1207*1208* @since 4.3.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.