11. Datepicker

'my_awesome_field' => array(
    'type' => 'date',
    'label' => esc_html__('Datepicker Field', 'my-domain'),
),

Last updated