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.


Parameters

$content

(string) The original email content.


Source

File: wp-mail.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.8.0 Introduced.