Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

search of statigo

statigo page titile

// WP_User_Query arguments
$args = array (
	'search'         => ' $cc',
	'meta_query'     => array(
		array(
			'key'       => 'work_type',
			'value'     => '1',
			'compare'   => '!=',
			'type'      => 'NUMERIC',
		),
	),
);

// The User Query
$user_query = new WP_User_Query( $args );