apply_filters( 'get_header_image_tag_attributes', array $attr, object $header )

Filters the list of header image attributes.


Parameters

$attr array
Array of the attributes for the image tag.
$header object
The custom header object returned by 'get_custom_header() '.

Top ↑

Source

File: wp-includes/theme.php. View all references

$attr = apply_filters( 'get_header_image_tag_attributes', $attr, $header );


Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.