Matt, Ben and Nick talk a scary trip toward the world of Horror movies. What's the difference between a suspense film, a horror film and a thriller? You'll know after this episode. No spook is safe from...
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');