Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

UAB | realization meta query

$meta_query = array(
	array(
		'key'     => 'shandora_listing_product_post',
		'value'   => '$listing_post->ID',
		'compare' => '=',
	),
);