wp-config.php
that will allow you to improve you WordPress code and help you debug.WP_DEBUG
false
which will prevent warnings and errors from been shown, but all WordPress developers should have this option active.WP_DEBUG_LOG
WP_DEBUG
set to true
you have access to this constant, and this will allow you to log your notices and warnings to a file.WP_DEBUG_DISPLAY
WP_DEBUG
set to true
you have access to this constant; with it you can choose to display or not the notices and warnings on the screen.SCRIPT_DEBUG
false
, and if you want to be able to debug CSS or JavaScript files from WordPress you should turn it to true
.wp-includes
and wp-admin
will be set to its development version if set to true
.CONCATENATE_SCRIPTS
false
.SAVEQUERIES
$wpdb
save Queries