Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Category Taxonomy Query

wdev_tax_cat_query = array(
	array(
		'taxonomy'         => 'category',
		'field'            => 'slug',
		'operator'         => 'EXISTS',
	),
);