1. Home
  2. Docs
  3. WordPress Studio Framework
  4. Framework Fields
  5. Backup Field

Backup Field

Arguments

NameTypeDefaultDescription
typestringbackupType of the field
titlestring Title of the Field
subtitlestring Description to display after the field
descstring Description to display after the field
helpstring Text to display on right-corner (as hover/popup) of the field.
classstring Extra CSS classes (space separated) to append to the field
beforestring Content to display before the field
afterstring Content to display after the field

Backup Field Example

array(
  'type' => 'backup',
),
Was this article helpful to you? Yes No

How can we help?