Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

24_hours_ago_date_query

$date_query = array(
	array(
		'before'        => '-24 hours',
	),
);