Welcome to our inaugural edition of The New Way Podcast! Adding to our list of things we do that we don't get paid for, Ben and I embark on yet another self serving ego trip of a project and break into...
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');