Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query Ad Tags 1

$tax_query = array(
	array(
		'taxonomy'         => 'sqpptaxoadtags',
		'terms'            => 'pb-adtest-1',
		'field'            => 'slug',
		'operator'         => 'IN',
		'include_children' => false,
	),
);