Find this line in your wp-config file:
define('WP_DEBUG', false);
Replace that line with this:
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Kustom Designer
Kustom Designer
© 2022 Kustom Designer
Find this line in your wp-config file:
define('WP_DEBUG', false);
Replace that line with this:
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);