Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp_review_desc

Get Postal Code

$meta_query = array(
	array(
		'key'     => 'wp_review_desc',
		'value'   => 'Singapore',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);