Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

LNG P2 Sub Meta Query

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'article_tag',
		'value'   => 'sponsored_content',
		'compare' => '=',
	),
	array(
		'key'     => 'article_expiry_date',
		'value'   => '1593478020',
		'compare' => '=',
	),
);