Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'ld_course_category',
		'terms'            => 'tes',
		'field'            => 'slug',
	),
);