How to hide PHP warnings and notices in WordPress
PHP warnings and notices are very useful when developing something in PHP, as it is a good way to receive a “feedback” from the code. But most of the time, PHP warnings and notices are nothing to worry about on a production site – sometimes it’s just a developer developer trying to keep compatibility with […]