get_custom_logo_image_attributes

最后更新于:2021-11-26 22:30:47

apply_filters( ‘get_custom_logo_image_attributes’, array $custom_logo_attr, int $custom_logo_id, int $blog_id )

Filters the list of custom logo image attributes.

参数

$custom_logo_attr

(array)
Custom logo image attributes.

$custom_logo_id

(int)
Custom logo attachment ID.

$blog_id

(int)
ID of the blog to get the custom logo for.

源文件

文件: gc-includes/general-template.php

View on Trac