Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

compare company

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'employeesonlinkedin_nms',
		'compare' => '>',
		'type'    => 'NUMERIC',
	),
);