Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta_query_1

$meta_query = array(
	array(
		'key'     => '_gestorcar_id',
		'value'   => '123',
		'type'    => 'NUMERIC',
	),
);