Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

postcode

$meta_query = array(
	array(
		'key'     => 'user_postcode',
		'value'   => '33',
		'compare' => 'LIKE',
	),
);