Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '$opening_time_str_1',
		'value'   => '$current_time',
		'compare' => '<=',
	),
	array(
		'key'     => '$closing_time_str_1',
		'value'   => '$current_time',
		'compare' => '>=',
	),
);