Inventory_Presser_Contact_Form_7::html_mail_content_type( string $type )

Returns the string ‘text/html’

On This Page


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';
		}