Class Sidecar_Field
Located at classes/class-field.php
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
null|integer|string
|
|
public
string
|
public
|
$plugin | |
|
public
|
$form | |
|
public
array
|
$section | |
|
public
string
|
$field_name | |
|
public
string
|
$field_slug | |
|
public
string
|
$field_label | |
|
public
string
|
$field_type | |
|
public
string
|
$field_help | |
|
public
integer
|
$field_size | |
|
public
integer|array
|
$field_validator | |
|
public
string
|
$field_default | |
|
public
array
|
$field_options | |
|
public
boolean
|
$field_required | false |
|
public
boolean|callable
|
$field_handler | false |
|
public
null|boolean|string
|
$api_var | |
#
Indicates this field value if used for an API. Defaults to $this->field_name, can be see to another name (i.e. field_name = 'content_type', api_var = 'type' but if set to false it will cause the API to ignore this field. |
public
array
|
$_extra | array() |
|
public
array
|
$field_allow_html | false |