Overview
The heading field creates a simple <h4>
heading, which has an optional description. It doesn’t have any value and is usually used to separate fields into sections for better reading experience.
Screenshot
Settings
This field doesn’t have any specific settings. It only requires the 'type' => 'heading'
.
Sample code
array(
'type' => 'heading',
'name' => 'Heading',
'desc' => 'Optional description',
),