Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$meta_query = array(
	array(
		'key'     => 'product_type',
		'value'   => 'more_than_12months',
		'compare' => 'IN',
		'type'    => 'CHAR',
	),
);