Method 1:-
Please deactivate the wp debug mode. Open up wp-config.php and replace:define( 'WP_DEBUG', true );
with
define( 'WP_DEBUG', false );
Method 2:-
Put following code in "functions.php" file.error_reporting(0);
@ini_set(‘display_errors’, 0);
0 comments:
Post a Comment