Skip to content
Nadim Tuhin edited this page Aug 15, 2015 · 1 revision

In Onepager comes with innumerous setting. To make every setting separate from subsequent another, use divider field.

alt text

Preview

Arguments

Name Type Default Description
type string divider This Value identifies the field type
label string Displays as field label

Example Code

array(
      'type'  => 'divider',
      'label' => 'Title'
),