Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

zk_republish_next

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'zk_republish_next',
		'compare' => 'NOT EXISTS',
	),
);