Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Basic Category Query

$cat_query = array(
	array(
		'taxonomy'         => 'category',
		'operator'         => 'EXISTS',
		'include_children' => false,
	),
);