get_site_icon_url

get_site_icon_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_site_icon_url') is found 1 times:

  • /wp-includes/general-template.php line 982
    	 * @param string $url     Site icon URL.
    	 * @param int    $size    Size of the site icon.
    	 * @param int    $blog_id ID of the blog to get the site icon for.
    	 */
    	return apply_filters( 'get_site_icon_url', $url, $size, $blog_id );
    }
    
    /**
     * Displays the Site Icon URL.
     *
     * @since 4.3.0