phpclassTax
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => '10', 'field' => 'slug', ), array( 'taxonomy' => 'post_tag', 'terms' => 'mmm', 'field' => 'name', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => '10', 'field' => 'slug', ), array( 'taxonomy' => 'post_tag', 'terms' => 'mmm', 'field' => 'name', ), );