Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'attached_order',
		'compare' => '=',
	),
	array(
		'key'     => 'booking_date_start',
		'compare' => '=',
		'type'    => 'DATETIME',
	),
);