b
little use to anyone
$tax_query = array( array( 'taxonomy' => 'com', 'terms' => array( 'a', 'b' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), );
little use to anyone
$tax_query = array( array( 'taxonomy' => 'com', 'terms' => array( 'a', 'b' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), );