Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

between

$meta_query = array(
	array(
		'key'     => 'Starting_Price',
		'value'   => 'array(0, 1500)',
		'compare' => 'BETWEEN',
	),
);