Hi Kevin,
the below is already in the config.php file
if(defined("DEBUG") && DEBUG === TRUE) {
define( 'WP_DEBUG', TRUE );
define( 'MWP_OBJECT_CACHE_DISABLED', true);
define( 'WP_DEBUG_LOG', TRUE );
define( 'WP_DEBUG_DISPLAY', TRUE );
define( 'SCRIPT_DEBUG', TRUE );
} else {
define( 'WP_DEBUG', FALSE );
define( 'WP_DEBUG_LOG', FALSE );
define( 'WP_DEBUG_DISPLAY', FALSE );
define( 'SCRIPT_DEBUG', FALSE );
do I just change WP_DEBUG_DISPLAY from true to false or do I need to add all 3 lines as you described? Apologies for the questions but I am not familiar with coding (as you can see from my responses so far ?? )