过滤自定义徽标输出。
原型
apply_filters( 'get_custom_logo', string $html, int $blog_id )
参数
$html
(string)
自定义徽标HTML输出。
$blog_id
(int)
获取自定义徽标的博客的ID。
源文件
路径:wp-includes/general-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_custom_logo/