enable_post_by_email_configuration WordPress Filter Hook

The enable_post_by_email_configuration hook allows you to configure your WordPress site to post via email. This can be useful if you want to post to your WordPress site from your email client, or if you want to automate your posts.

apply_filters( 'enable_post_by_email_configuration', bool $enabled ) #

Filters whether the post-by-email functionality is enabled.


Parameters

$enabled

(bool)Whether post-by-email configuration is enabled. Default true.


Top ↑

Source

File: wp-admin/options.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.