Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$meta_query = array(
	array(
		'key'     => '_price',
		'value'   => '10.00',
		'compare' => '<=',
		'type'    => 'NUMERIC',
	),
);