Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

_billing_pick_up_date

$meta_query = array(
	array(
		'key'     => '_billing_pick_up_date',
		'value'   => '$pickup_date',
	),
);