Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

exportado_google_sheets

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'exportado_google_sheets',
		'compare' => 'NOT EXISTS',
	),
	array(
		'key'     => 'exportado_google_sheets',
		'value'   => 'false',
		'compare' => '=',
	),
);