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);

newest questions on wordpress