Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

t

$meta_query = array(
	array(
		'key'     => '_local_pickup_time_select',
		'value'   => '[0, 1]',
		'compare' => 'BETWEEN',
		'type'    => 'NUMERIC',
	),
);