apply_filters( 'wp_mail_original_content', string $content )

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.


Top ↑

Parameters

$content string
The original email content.

Top ↑

Source

File: wp-mail.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

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