Forums
(@elizcardinal)
5 years, 7 months ago
I solved this by going to my wp-config.php file and changing this:
define(‘WP_DEBUG’, true);
to this:
define(‘WP_DEBUG’, false);
Hope this helps someone.