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



get_custom_logo_image_attributes › WordPress过滤钩子

Since5.5.0
已弃用n/a
apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id )
参数: (3)
  • (array) $custom_logo_attr Custom logo image attributes.
    Required: Yes
  • (int) $custom_logo_id Custom logo attachment ID.
    Required: Yes
  • (int) $blog_id ID of the blog to get the custom logo for.
    Required: Yes
定义在:
文档:

Filters the list of custom logo image attributes.





源码

$custom_logo_attr = apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id );