Active Images
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'image-status', 'terms' => 'active', 'field' => 'slug', 'operator' => 'AND', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'image-status', 'terms' => 'active', 'field' => 'slug', 'operator' => 'AND', ), );