Matt and Ben discuss the world of parody movies from the early days of Laurel and Hardy to present day geniuses like The Lonely Island. Surely, we must be joking. We're not. Stumble upon some hidden gems...
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');