Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Hành trình – Thuê xe

$meta_query = array(
	array(
		'key'     => 'car_manufacturer',
		'value'   => '9',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'start_place',
		'value'   => '5',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'end_place',
		'value'   => '7',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
);