enable_post_by_email_configuration
apply_filters( ‘enable_post_by_email_configuration’, bool $enabled )
过滤器::过滤是否启用了post by email功能。
Filter Hook: Filters whether the post-by-email functionality is enabled.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$enabled | (bool) | 是否启用“通过电子邮件发送”配置。默认为真。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-admin/options.php:193 | 0 | 0 |
enable_post_by_email_configuration 为WP2原创文章,链接:https://www.wp2.cn/hook/enable_post_by_email_configuration/