WordPress Version: 5.5
/**
* Displays the image markup for a custom header image.
*
* @since 4.4.0
*
* @param array $attr Optional. Attributes for the image markup. Default empty.
*/
function the_header_image_tag($attr = array())
{
echo get_header_image_tag($attr);
}