Tribe__Tickets__Attendees::set_contenttype( $content_type )

Sets the content type for the attendees to email functionality.

Allows for sending an HTML email.


Parameters

$content_type

(Required)


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/Attendees.php

	public function set_contenttype( $content_type ) {
		return 'text/html';
	}

Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.