Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

lrt_cache_status

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'lrt_cache_status',
		'value'   => 'new',
		'compare' => '=',
	),
);