Skip to content
ajitbohra edited this page Dec 1, 2014 · 3 revisions

A title field

title

Args

Required Args

  • id (string) (required)
  • name (string) Field display name. Used as title text.
  • type 'title' (string) (required)

No other args are accepted.

Example Usage

array( 
	'id'   => 'example-field-title', 
	'name' => 'A Title Field', 
	'type' => 'title', 
),