Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cohort meta query

$cohort_meta_query = array(
	array(
		'key'     => 'last_name',
		'value'   => '500',
		'compare' => 'NOT LIKE',
	),
);