Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-mail.php | apply_filters | 193 | /** * 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. * * @since 2.8.0 * * @param string $content The original email content. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $content | The original email content. |