Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

1

1

$meta_query = array(
	array(
		'key'     => 'courses-page_description_start_date',
		'value'   => '1645822800',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);