Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

kjghkjhkjhjh

$ads_by_cat_region = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'region',
		'terms'            => '111111',
		'field'            => 'term_id',
		'include_children' => true,
	),
	array(
		'taxonomy'         => 'ads_cat',
		'terms'            => '1111111111',
		'field'            => 'term_id',
		'include_children' => true,
	),
);