get_site_icon_url

最后更新于:2021-11-26 23:18:13

apply_filters( ‘get_site_icon_url’, string $url, int $size, int $blog_id )

Filters the site icon URL.

参数

$url

(string)
Site icon URL.

$size

(int)
Size of the site icon.

$blog_id

(int)
ID of the blog to get the site icon for.

源文件

文件: gc-includes/general-template.php

View on Trac