3. Textarea

'field_1' => array(
   'type' => 'textarea',
   'label' => esc_html__( 'Textarea', 'my-domain' ),
),

Last updated