Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MetaQ

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'ccm_speakers',
		'value'   => 'Dasun',
		'compare' => 'EXISTS',
		'type'    => 'CHAR',
	),
);