987* @since 4.4.0988*989* @param string$url Site icon URL.990* @param int$size Size of the site icon.991* @param int$blog_idID of the blog to get the site icon for.992*/993returnapply_filters('get_site_icon_url',$url,$size,$blog_id);994}995996/**997* Displays the Site Icon URL.998*999* @since 4.3.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.