get_site_icon_url

过滤钩子


apply_filters( 'get_site_icon_url', $url, $size, $blog_id )
参数
  • (string)
    $url
    Site icon URL.
    Required:
  • (int)
    $size
    Size of the site icon.
    Required:
  • (int)
    $blog_id
    ID of the blog to get the site icon for.
    Required:
定义位置
  • wp-includes/general-template.php
    , line 977
引入
4.4.0
弃用

Filters the site icon URL.

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