LLMS_Email::set_content_type( string $content_type = 'text/html' )
set the content_type for the email
Description Description
Parameters Parameters
- $content_type
-
(Optional) content type (for the header)
Default value: 'text/html'
Return Return
($this)
Source Source
File: includes/emails/class.llms.email.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |