Ben and Matt finally converse with the infamous Nick SantaCroce as they lament the passing of Breaking Bad and discuss the best and worst finales on television. If you're a TV fan, and have argued the merits...
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');