

The New Way once again rises from the ashes like the mighty Phoenix! We have returned and it's ALMOST worth the wait. While we've likely gotten worse at actually talking, our equipment and studio have...
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');