Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

eeee

$ads_tax_query = array(
	array(
		'taxonomy'         => 'ads',
		'terms'            => '123',
		'field'            => 'term_id',
	),
);