Matt, Ben and Nick are joined in the studio by superfan Greg Klein just moments before they all head over to a local beer fest. Beer fans will not want to miss this epic podcast where we aren't afraid...
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');