Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

thumbnail snippet query

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