Kovacs is practically a cinematography legend just because his body of work is so immense. He had done almost every type of film imaginable up until this point, with a few exceptional pieces (Easy Rider,...
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');