Skip to content

Instantly share code, notes, and snippets.

View jbotte's full-sized avatar

John Botte jbotte

View GitHub Profile
$prefix = 'custom_';
$custom_meta_fields = array(
array(
'label' => 'Multi-Day',
'desc' => '',
'id' => $prefix.'multiday',
'type' => 'checkbox'
),
array(
'label' => 'Recurring',