Sometimes, a plugin or theme throwing error or warning messages. To hide it, simply just put this on top of the wp-config.php file:
1 |
ini_set('display_errors','off'); |
All set.
Designer | Theme Maker | Wordpress Expert
Sometimes, a plugin or theme throwing error or warning messages. To hide it, simply just put this on top of the wp-config.php file:
1 |
ini_set('display_errors','off'); |
All set.
You saved my site! I’m so glad I found your post. I’ve spent the past 2 hours trying other recommendations like adding code, reinstalling plugins, etc, but nothing was working. This simple addition worked! Thank you!
Glad it worked for you, Toni 🙂