Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Region

$tax_query = array(
	array(
		'taxonomy'         => 'rz_listing_region',
		'terms'            => 'Maroc',
		'field'            => 'name',
		'operator'         => 'IN',
		'include_children' => true,
	),
);