过滤钩子


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:
定义位置
  • wp-includes/general-template.php
    , line 1132
引入
4.6.0
弃用

过滤自定义标识的输出。

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