wpcf7_mail_html_body

wpcf7_mail_html_body

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.4

apply_filters('wpcf7_mail_html_body') is found 1 times:

  • /includes/mail.php line 213
    ',
    			$this
    		);
    
    		$body = apply_filters( 'wpcf7_mail_html_body', $body, $this );
    
    		$footer = apply_filters( 'wpcf7_mail_html_footer',
    			'</body>
    </html>',
    			$this
    		);
    

See this hook used in plugins: