How many times have you seen a film and felt that you were watching a great flick...until the end? Over the weekend I caught a great double feature with my brother (one that, thankfully, wiped the horrid...
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');