Filters the content of the post submitted by email before saving.
Parameters
$content
string- The email content.
Source
$post_content = apply_filters( 'phone_content', $content );
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |
Filters the content of the post submitted by email before saving.
$content
string$post_content = apply_filters( 'phone_content', $content );
Version | Description |
---|---|
1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.