get_custom_logo

过滤钩子
apply_filters( 'get_custom_logo', $html, $blog_id )
参数
  • (string) $html Custom logo HTML output.
    Required:
  • (int) $blog_id ID of the blog to get the custom logo for.
    Required:
定义位置
相关勾子
get_custom_logo_image_attributesbulk_edit_custom_boxwidget_custom_html_contentquick_edit_custom_boxmanage_sites_custom_column
相关方法
get_custom_logothe_custom_logohas_custom_logoget_custom_headerwp_get_custom_cssget_post_custom
引入
4.6.0
弃用
-

get_custom_logo 函数返回自定义标识的HTML。它返回在网站的Customizer中被设置为自定义标志的标志。

过滤自定义标识的输出。

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

常见问题

FAQs
查看更多 >