Reply To: Error message in WP Admin area
December 16, 2020 at 12:59 am Reply
Customer
Hi Gary,
After you mentioned WP Debug, I did a little digging and found these two additional lines I could add to wp-config which did the trick:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
Now warning is gone, which will please our users. Thanks for your help and pointing me in the right direction – I think we can close this ticket.
Best,
Ross