Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

content_restricted_access 1

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'designer',
		'value'   => '1',
		'compare' => 'LIKE',
	),
);