globalis/wpg-mail-trapping
Composer 安装命令:
composer require globalis/wpg-mail-trapping
包简介
Prevent sending emails from non-production environments
关键字:
README 文档
README
Prevent sending emails from non-production environments
Installation :
- Run
composer require globalis/wpg-mail-trappingor addwpg-mail-trapping.phpto yourmu-pluginsdirectory
Configuration
-
Add
define('WPG_MAIL_TRAPPING', serialize(['you@example.com']));in your wp-config.php file. -
If you want to disable the mail trapping, set the constant to false:
define('WPG_MAIL_TRAPPING', false);
统计信息
- 总下载量: 2.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2017-06-02