webtheory/wpdmc
Composer 安装命令:
composer require webtheory/wpdmc
包简介
Disable WordPress debug mode checks via constant definition
关键字:
README 文档
README
This package allows you to disable 'WP debug mode checks' using a constant.
Installation
Via Composer
composer require webtheory/wpdmc
Usage
Simply add the following in wp-config.php or any point before loading wp-settings.php
define('WP_DEBUG_MODE_CHECKS', false);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email spider.mane.web@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 531
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-23