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' => '>=', ), );
$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' => '>=', ), );