Studio9 taxonomies
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'wpl_post_project_category', 'terms' => '$terms', 'field' => 'term_id', 'include_children' => false, ), array( 'taxonomy' => 'wpl_post_project_taxonomy', 'terms' => '$terms', 'field' => 'term_id', 'include_children' => false, ), );