Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta lora

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_price',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'product__discount',
		'type'    => 'NUMERIC',
	),
);