get_custom_logo_image_attributes

过滤钩子
apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id )
参数
  • (array) $custom_logo_attr Custom logo image attributes.
    Required:
  • (int) $custom_logo_id Custom logo attachment ID.
    Required:
  • (int) $blog_id ID of the blog to get the custom logo for.
    Required:
定义位置
相关勾子
next_posts_link_attributesnext_comments_link_attributesget_custom_logolanguage_attributesprevious_posts_link_attributes
相关方法
get_language_attributes_custom_logo_header_stylesget_custom_logolanguage_attributes_delete_custom_logo_on_remove_site_logothe_title_attribute
引入
5.5.0
弃用
-

get_custom_logo_image_attributes 函数返回一个自定义标识的图像属性数组。它返回一个属性数组,例如自定义徽标的alt文本和尺寸。

过滤自定义Logo图像属性的列表。

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

常见问题

FAQs
查看更多 >