Ben and Matt leave the confines of the studio and venture to the outside world in a special edition of The New Way! This week's episode was recorded in person at Robot Brewing Company in Boca Raton, Florida....
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');