Noptin_Mailer::get_content_type()
Get the email content type.
Return Return
(string) The email content type.
Source Source
File: includes/class-noptin-mailer.php
public function get_content_type() { return apply_filters( 'noptin_mailer_email_content_type', 'text/html', $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.8 | Introduced. |