Filters the original content of the email.
Description
Give Post-By-Email extending plugins full access to the content, either the raw content, or the content of the last quoted-printable section.
Parameters
$content
string- The original email content.
Source
$content = apply_filters( 'wp_mail_original_content', $content );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.