Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

User Meta contact_number

$meta_query = array(
	array(
		'key'     => 'contact_number',
		'value'   => '123',
	),
);