My wp-config.php file has this line written:
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Shouldn't it already mean no debug and no debug display?
My wp-config.php file has this line written:
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Shouldn't it already mean no debug and no debug display?