wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_site_icon_url › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'get_site_icon_url', $url, $size, $blog_id )
Parameter: (3)
  • (string) $url Site icon URL.
    Erforderlich: Ja
  • (int) $size Size of the site icon.
    Erforderlich: Ja
  • (int) $blog_id ID of the blog to get the site icon for.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the site icon URL.





Quellcode

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