How to stop PHP notices from appearing on the front end of your WordPress website?

You need to edit your: wp-config.php

file and modify the following here:

error_reporting(0);
@ini_set('display_errors', 0);

Revisions

Tags: ,

No comments yet.

Leave a Reply