Filter hook 'phone_content'

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

Description

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

Occurrences

Filename Line Number
wp-mail.php 216

Parameters

Type Name Description
string $content The email content.

PHP Doc

/**
	 * Filters the content of the post submitted by email before saving.
	 *
	 * @since 1.2.0
	 *
	 * @param string $content The email content.
	 */