Ben and Matt are joined by Executive News Producer (and Matt's brother), Chris Schenk. In this episode, you'll learn why Matt has a dent in his head, why Chris isn't allowed to cook popcorn anymore, and how one of Ben's...
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');