Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Basic Category Taxonomy Query

$wdev_cat_query = array(
	array(
		'taxonomy'         => 'category',
		'field'            => 'name',
		'operator'         => 'EXISTS',
	),
);