Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

synced to miclub

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'synced_to_miclub',
		'compare' => '=',
	),
);