apply_filters( ‘enable_post_by_email_configuration’, bool $enabled )

In this article

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

Parameters

$enabledbool
Whether post-by-email configuration is enabled. Default true.

Source

if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.