The New Way sometimes has a little trouble finding the time to meet, so we prepared this special DOUBLE SECRET PROBATION episode to help tide you over. We've got some clips, some song parodies, skits,...
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');