Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta query for AM360 assign tags value

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => '_mbr_woocommerce_product_data',
		'value'   => 'assign_tags',
		'compare' => 'IN',
		'type'    => 'CHAR',
	),
);