Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

date query

$meta_query = array(
	array(
		'key'     => 'last_review_date',
		'value'   => 'strtotime(date("d/m/Y", strtotime($date)) . "-2 months")',
		'compare' => '<',
		'type'    => 'DATE',
	),
);