Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sazonais

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'saz_exibir',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'saz_data_inicial',
		'value'   => '2070816',
		'compare' => '>=',
		'type'    => 'NUMERIC',
	),
);