Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ld_course_tag

$tax_query = array(
	array(
		'taxonomy'         => 'ld_course_tag',
		'terms'            => 'agent-mastermind',
		'operator'         => 'AND',
	),
);