Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-mail.php | apply_filters | 14 | /** * 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 */ |
wp-admin/options-writing.php | apply_filters | 30 | /** * Writing settings administration panel. * * @package WordPress * @subpackage Administration */ |
wp-admin/options-writing.php | apply_filters | 139 | /** * Writing settings administration panel. * * @package WordPress * @subpackage Administration */ |
wp-admin/options.php | apply_filters | 205 | /** * Filters whether the post-by-email functionality is enabled. * * @since 3.0.0 * * @param bool $enabled Whether post-by-email configuration is enabled. Default true. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $enabled | Whether post-by-email configuration is enabled. Default true. |