Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Ends After Weekend

$meta_query = array(
	array(
		'key'     => 'event_start_timestamp',
		'value'   => '$friday',
		'compare' => '>=',
	),
	array(
		'key'     => 'event_start_timestamp',
		'value'   => '$sunday',
		'compare' => '<=',
	),
);