Inventory_Presser_Contact_Form_7::html_mail_content_type( string $type )
Returns the string ‘text/html’
Parameters
- $type
-
(string) (Required)
Return
(string)
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