The boys are back with another Cold Reading! With all the information on the internet, as well as trailers that show WAY too much, it's difficult to go into a movie completely cold these days. But with...
Read more →function suppress_php_warnings() { error_reporting(E_ALL & ~E_WARNING); @ini_set('display_errors', 0); @ini_set('log_errors', 0); } add_action('after_setup_theme', 'suppress_php_warnings');