Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

duration_min

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