Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

access (notin)

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