KnowTheCode / debug-toolkit

Code debug made easier and more enjoyable - WordPress Plugin
https://wordpress.org/plugins/debug-toolkit/
GNU General Public License v2.0
23 stars 9 forks source link

Permit to silence errors (ex. warnings...) #3

Open mircobabini opened 2 years ago

mircobabini commented 2 years ago

Usage example:

define( 'DEBUG_TOOLKIT_WHOOPS_SILENCE_ERRORS', E_STRICT | E_DEPRECATED | E_WARNING | E_NOTICE );