Test
test
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( 'International', 'Sports', 'Science' ), 'field' => 'name', ), );
test
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( 'International', 'Sports', 'Science' ), 'field' => 'name', ), );