DI_Resource_Query
$tax_query = array( array( 'taxonomy' => 'resource_cat', 'terms' => '3', 'field' => 'term_id', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'resource_cat', 'terms' => '3', 'field' => 'term_id', 'operator' => 'IN', ), );