Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

psylottery_tags

// WP_User_Query arguments
$args = array(
	'search'         => 'test',
	'search_columns' => array( 'psylottery_tags' ),
);

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