Ben and Matt go full on pretentious and discuss films made in ::GASP:: OTHER LANGUAGES! The French, Germans, Koreans, Spanish and more get discussed, as we butcher the titles of their films, while simultaneously...
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');