Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date Query – 90 days ago

$date_query = array(
	array(
		'before'        => '90 days ago',
		'inclusive'     => true,
	),
);