This week's episode of The New Way Podcast kicks off with a celebration of the life of Stan "The Man" Lee who passed away this week at 95 years of age. His creations have been the topic for many an episode...
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');