Ben and Matt discuss actors and directors who were unable to move on to bigger and better things. This week's podcast includes tangents like Adult Film versions of popular recent movies, an overly lengthy...
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');