Ben, Matt and Nick gather in celebration of a New Way Milestone: 100 Episodes of The New Way Podcast! From our humble beginnings in Matt's old apartment with one microphone to our new studio set up, we celebrate...
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');