Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user_title_meta

$user_title_meta = array(
	'relation' => 'AND',
	array(
		'key'     => 'mo_ldap_local_custom_attribute_title',
		'value'   => 'sales',
		'compare' => 'IN',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'mo_ldap_local_custom_attribute_title',
		'value'   => 'engineer',
		'compare' => 'NOT LIKE',
	),
	array(
		'key'     => 'mo_ldap_local_custom_attribute_title',
		'value'   => 'support',
		'compare' => 'NOT LIKE',
	),
);