Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Reqular Price

reqular_price = array(
	'relation' => 'AND',
	array(
		'key'     => 'reqular_price',
		'value'   => '15',
		'compare' => '<',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'reqular_price',
		'compare' => 'EXISTS',
	),
);