2. Number

'field_1' => array(
   'type' => 'number',
   'label' => esc_html__( 'Number 1', 'my-domain' ),
   'step' => 20
),

Last updated