Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

time

$date_query = array(
	'relation' => 'AND',
	array(
		'before' => array(
			'day'   => 1,
		),
	),
);