wpseek.com
A WordPress-centric search engine for devs and theme authors



get_site_icon_url › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'get_site_icon_url', $url, $size, $blog_id )
Parameters: (3)
  • (string) $url Site icon URL.
    Required: Yes
  • (int) $size Size of the site icon.
    Required: Yes
  • (int) $blog_id ID of the blog to get the site icon for.
    Required: Yes
Defined at:
Codex:

Filters the site icon URL.





Source

return apply_filters( 'get_site_icon_url', $url, $size, $blog_id );