Please remove error_reporting(0) !!!!
-
On file simple-social-expandable.php first line you put : error_reporting(0)
This is a non-sense, it prevents displaying all errors on the site, event if WP_DEBUG is true… make impossible to debug anything !
Lost several hours finding why my site didn’t show errors despite WP_DEBUG true !
Please consider developing your code without errors so you don’t have to hide them. Or hidding your errors without interfering with the whole site !
The topic ‘Please remove error_reporting(0) !!!!’ is closed to new replies.