Filter hook 'enable_post_by_email_configuration'

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

Description

Gets the email message from the user's mailbox to add as a WordPress post. Mailbox connection information must be configured under Settings > Writing

Occurrences

Filename Line Number
wp-mail.php 14
wp-admin/options-writing.php 30
wp-admin/options-writing.php 146
wp-admin/options.php 209

PHP Doc

/**
 * Gets the email message from the user's mailbox to add as
 * a WordPress post. Mailbox connection information must be
 * configured under Settings > Writing
 *
 * @package WordPress
 */