Matt and Nick are joined by former guest hosts David Crespo and Greg Klein to discuss Greg's favorite topic: Toys! The group gets into the nitty gritty about toys from their childhood and how movies and pop culture...
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');