Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

lpat-sc-event-meta-keys

$lpat-sc-event-meta-keys = array(
	array(
		'key'     => 'sc_event_date',
		'type'    => 'DATETIME',
	),
	array(
		'key'     => 'sc_event_time_hour',
		'type'    => 'DATETIME',
	),
	array(
		'key'     => 'sc_event_time_minute',
		'type'    => 'DATETIME',
	),
	array(
		'key'     => 'sc_event_time_am_pm',
		'type'    => 'DATETIME',
	),
);