Filter hook 'get_header_image_tag_attributes'

in WP Core File wp-includes/theme.php at line 1340

Description

Filters the list of header image attributes.

Occurrences

Filename Line Number
wp-includes/theme.php 1340

Parameters

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

PHP Doc

/**
	 * Filters the list of header image attributes.
	 *
	 * @since 5.9.0
	 *
	 * @param array  $attr   Array of the attributes for the image tag.
	 * @param object $header The custom header object returned by 'get_custom_header()'.
	 */