Inventory_Presser_Contact_Form_7::html_mail_content_type( string $type )

html_mail_content_type


Description Description

Returns the string 'text/html'


Top ↑

Parameters Parameters

$type

(string) (Required)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/integrations/class-contact-form-7.php

	public static function html_mail_content_type( $type ) {
		return 'text/html';
	}