get_custom_logo

最后更新于:2021-11-26 22:30:29

apply_filters( ‘get_custom_logo’, string $html, int $blog_id )

Filters the custom logo output.

参数

$html

(string)
Custom logo HTML output.

$blog_id

(int)
ID of the blog to get the custom logo for.

源文件

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

View on Trac