get_header_image_tag

最后更新于:2021-11-26 22:35:38

apply_filters( ‘get_header_image_tag’, string $html, object $header, array $attr )

Filters the markup of header images.

参数

$html

(string)
The HTML image tag markup being filtered.

$header

(object)
The custom header object returned by ‘get_custom_header()‘.

$attr

(array)
Array of the attributes for the image tag.

源文件

文件: gc-includes/theme.php

View on Trac