You may not have time to bleed, but you better make time to listen to the one...the only...GREG KLEIN who joins us in studio for this action packed episode of The New Way where we dissect the nature of a true...
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');