access (notin)
$tax_query = array( array( 'taxonomy' => 'access', 'terms' => array( 'options-free', ' futures-free', ' crypto-free' ), 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'access', 'terms' => array( 'options-free', ' futures-free', ' crypto-free' ), 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );