webtheory/wpdmc

Disable WordPress debug mode checks via constant definition

0.1.0 2021-12-23 01:29 UTC

This package is auto-updated.

Last update: 2024-03-23 06:54:31 UTC


README

Latest Version on Packagist Software License Total Downloads

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.