Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

no review set

$meta_query = array(
	array(
		'key'     => 'review_source',
		'compare' => 'NOT EXISTS',
	),
);