wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_custom_logo › WordPress过滤钩子

Since4.6.0
已弃用n/a
apply_filters( 'get_custom_logo', $html, $blog_id )
参数: (2)
  • (string) $html Custom logo HTML output.
    Required: Yes
  • (int) $blog_id ID of the blog to get the custom logo for.
    Required: Yes
定义在:
文档:

Filters the custom logo output.





源码

return apply_filters( 'get_custom_logo', $html, $blog_id );