apply_filters( ‘wp_mail_original_content’, string $content )

In this article

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

$contentstring
The original email content.

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.