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

A simple text input field

text

Args

Required Args

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

Optional Generic Args

See Optional Generic Args

Example Usage

array( 
	'id'   => 'example-field-text', 
	'name' => 'A simple text input', 
	'type' => 'text', 
),