The gang is joined by infamous author and screenwriter, John-Arthur Ingram as they cast their perfect fictional character dinner party. Who will they invite? What will they serve? Will someone die and or be eaten...
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');