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.
$content
Sortie :
@param string $content The original email content.
// Modifier la valeur avec le filtre 'wp_mail_original_content'
add_filter('wp_mail_original_content', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($content) {
// Modifier la valeur
return $content;
}
Chargement des actualités...