Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxo Query Share Holder

$tax_share_holder_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => '$shareid',
		'field'            => 'term_id',
		'include_children' => false,
	),
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => '$holderid',
		'field'            => 'term_id',
		'include_children' => false,
	),
);