wpcf7_mail_html_header

wpcf7_mail_html_header

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_mail_html_header') is found 1 times:

  • /includes/mail.php line 202
    		} else {
    			$lang_atts = '';
    		}
    
    		$header = apply_filters( 'wpcf7_mail_html_header',
    			'<!doctype html>
    <html xmlns="http://www.w3.org/1999/xhtml"' . $lang_atts . '>
    <head>
    <title>' . esc_html( $this->get( 'subject', true ) ) . '</title>
    </head>
    <body>