Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cs-ad-free doesnt exist

$tax_query = array(
	array(
		'terms'            => 'cs-ad-free',
		'field'            => 'slug',
		'operator'         => 'NOT EXISTS',
	),
);