WPSF Docs
  • Introduction
  • Overview
    • Introduction
  • Installation
    • Installation
    • Standard Configure
    • Override Configure
  • Options
    • Text
    • Textarea
    • Checkbox
      • Checkbox with Pages
      • Checkbox with Post
      • Checkbox with Categories
      • Checkbox with Tags
      • checkbox with CPT Categories
      • checkbox with CPT Posts
      • checkbox with CPT Tags
      • Checkbox with icheck
    • Radio
      • Radiobox Options
      • Radiobox with icheck
    • Select
      • Select with chosen script
      • Select with Select2 script
      • Select with Pages
      • Select with Posts
      • Select with Categories
      • Select with Tags
      • Select with CPT
      • Select with CPT Tags
      • Select with CPT Categories
    • Switcher
      • Switcher with Dependency
    • Number
    • Icon
    • Group
    • Upload
    • Background
    • Color Picker
    • Image Select
    • Typography
    • Backup
    • Heading
    • Wysiwyg
    • Image
    • Gallery
    • Sorter
    • Fieldset
    • Notice
    • Extendable
    • Accordion
    • Color Scheme
    • Content
    • Css Builder
    • Hidden
    • Image Size
    • Links
    • Typography Advanced
    • Tabs
  • Config
    • Framework Configure
    • Metabox Configure
    • Taxonomy Configure
    • Shortcode Configure
    • Customize Configure
  • Hooks
    • Configuration
      • Filterable Configure
    • Filter Reference
    • Action Reference
  • FAQ
    • How to Add New Field
    • How to Use Attributes
    • How to Use Dependency
    • How to create Customizer Live Preview
  • Credits
    • Credits
Powered by GitBook
On this page
  • Heading
  • Demo
  1. Options

Heading

Heading

Key

Default

Description

type

heading

heading or subheading or content

content

null

content of field

Demo

array(
  'type'    => 'heading',
  'content' => 'Heading Field',
),
array(
  'type'    => 'subheading',
  'content' => 'Sub Heading Field',
),
array(
  'type'    => 'content',
  'content' => 'Lorem ipsum dollar.',
),
PreviousBackupNextWysiwyg

Last updated 7 years ago