Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user_contests

$meta_query = array(
	array(
		'key'     => 'user_contests',
		'value'   => '|2|',
		'compare' => 'LIKE',
	),
);