Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

rodzaj i data eventu

test = array(
	'relation' => 'AND',
	array(
		'key'     => 'data',
		'value'   => '$today',
		'compare' => '>=',
	),
	array(
		'key'     => 'rodzaj',
		'value'   => 'Szkolenie',
		'compare' => '=',
	),
);