991* @since 4.4.0992*993* @param string$url Site icon URL.994* @param int$size Size of the site icon.995* @param int$blog_idID of the blog to get the site icon for.996*/997returnapply_filters('get_site_icon_url',$url,$size,$blog_id);998}9991000/**1001* Displays the Site Icon URL.1002*1003* @since 4.3.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.