Matt, Ben and Nick light up the airwaves as they discuss and debate the films and artists nominated for an Oscar at this year’s 92nd Academy Awards. They have done the heavy lifting, so you don’t have...
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');