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