
Press Play to Assault Your Eardrums (01:29:40)
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');
This site uses Akismet to reduce spam. Learn how your comment data is processed.