Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Booking Product Id

id Produto

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_booking_product_id',
		'value'   => 'id',
		'compare' => '=',
	),
);