webtheory / wpdmc
Disable WordPress debug mode checks via constant definition
0.1.0
2021-12-23 01:29 UTC
Requires
- php: >=5.6
Requires (Dev)
- fakerphp/faker: ^1.17
- phpunit/phpunit: ^9.5
- webtheory/exterminate: @stable
This package is auto-updated.
Last update: 2024-10-23 08:01:54 UTC
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.