Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query – Event schedule type

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'wpcf-event-schedule',
		'value'   => '3',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'wpcf-event-schedule',
		'value'   => '4',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);