category_tax_query — Sample
$category_tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'trailer', 'include_children' => true, ), );
$category_tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'trailer', 'include_children' => true, ), );