Recorded February 4th, 2021 - Matt and Ben are joined by frequent New Way guest Paul as the three discuss films that take a colorful look at the man behind World War 2. From Mel Brooks to Taika Waititi...
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');