wpcf7_mail_html_footer

wpcf7_mail_html_footer

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_footer') is found 1 times:

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