Gets the email content type.
Description
See also
Return
(string) Email content type.
Source
File: src/modules/actions/email-notifications.php
public function override_content_type() { return 'text/html'; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |