wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_mail_original_content › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'wp_mail_original_content', $content )
Parameters:
  • (string) $content The original email content.
    Required: Yes
Defined at:
Codex:

Filters the original content of the email.

Give Post-By-Email extending plugins full access to the content, either the raw content, or the content of the last quoted-printable section.





Source

$content = apply_filters( 'wp_mail_original_content', $content );