Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date before X

$date_query = array(
	array(
		'before' => array(
			'year'  => 2020,
			'month' => 01,
			'day'   => 01,
		),
	),
);