Sharing here what I learned and likes
Adsense
Disable notice error in php
Are you getting Notice's or "USER" Notice's in your log?
To disable both use:
error_reporting(E_ALL & ~E_NOTICE & ~E_USER_NOTICE);
Newer Post
Older Post
Home
newest questions on wordpress
Loading...