Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date1

$date_query = array(
	'relation' => 'OR',
	array(
		'year'          => 2022,
		'month'         => 07,
		'day'           => 31,
		'column'        => 'post_date_gmt',
	),
	array(
		'year'          => 2022,
		'month'         => 07,
		'day'           => 31,
		'column'        => 'post_modified_gmt',
	),
);