apply_filters( ‘phone_content’, string $content )

In this article

Filters the content of the post submitted by email before saving.

Parameters

$contentstring
The email content.

Source

wp-mail.php
$post_content = apply_filters( 'phone_content', $content );

Changelog

VersionDescription
1.2.0Introduced.

User Contributed Notes

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