Overview
The divider field creates a simple horizontal line. It doesn’t have any value and is usually used to separate fields for better reading experience.
Screenshot
Settings
This field doesn’t have any specific settings. It only requires the 'type' => 'divider'
.
Sample code
array(
'type' => 'divider',
),