Debug Errors, site health
You should be looking for the wp-config.php file in the root of your WordPress installation. From the documentation in the WP_Debug Section WP_DEBUG is a PHP constant (a permanent global variable) that can be used to trigger the “debug” mode throughout WordPress. It is assumed to be false by default and is usually set to … Read more