Filter hook 'wp_mail_original_content'

in WP Core File wp-mail.php at line 193

Description

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.

Occurrences

Filename Line Number
wp-mail.php 193

Parameters

Type Name Description
string $content The original email content.

PHP Doc

/**
	 * 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.
	 */