Tribe__Tickets__Attendees::set_contenttype( $content_type )
Sets the content type for the attendees to email functionality.
Contents
Allows for sending an HTML email.
Parameters
- $content_type
-
(Required)
Return
(string)
Source
File: src/Tribe/Attendees.php
public function set_contenttype( $content_type ) {
return 'text/html';
}
Changelog
| Version | Description |
|---|---|
| 4.6.2 | Introduced. |