Matt and Ben are joined by Nick SantaCroce, calling in from the West Coast, to discuss television writing. But that discussion takes a bit of a backseat as the boys can't hold back discussing the polarizing...
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');