WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_site_icon_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 977 /**
* Filters the site icon URL.
*
* @since 4.4.0
*
* @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.
*/

Hook Parameters

Parameter Type Name Description
string $url Site icon URL.
int $size Size of the site icon.
int $blog_id ID of the blog to get the site icon for.