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.
Source
File: wp-admin/options.php
.
View all references
if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |