phpClassTags
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => 'title', 'field' => 'term_id', ), array( 'taxonomy' => 'post_tag', 'terms' => 'testTag', 'field' => 'name', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => 'title', 'field' => 'term_id', ), array( 'taxonomy' => 'post_tag', 'terms' => 'testTag', 'field' => 'name', ), );