Add the below line in wp-config.php
ini_set
(
'display_errors'
,
'Off'
);
'error_reporting'
, E_ALL );
define(
'WP_DEBUG'
, false);
'WP_DEBUG_DISPLAY'
No comments:
Post a Comment