Inventory_Presser_Contact_Form_7::html_mail_content_type( string $type )
html_mail_content_type
Contents
Description Description
Returns the string 'text/html'
Parameters Parameters
- $type
-
(string) (Required)
Return Return
(string)
Source Source
File: includes/integrations/class-contact-form-7.php
public static function html_mail_content_type( $type ) { return 'text/html'; }
Expand full source code Collapse full source code View on Github