Last Pint Productions returns to the airwaves with the first 2019 episode of The New Way Podcast! Matt, Ben and Nick are back together to discuss some of their favorite things from 2018. This includes...
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');