Class EPL_FORM_BUILDER
EPL_FORM_BUILDER Class
Package: EPL\Classes\Forms
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Since: 2.3
Located at lib/includes/class-epl-form-builder.php
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Since: 2.3
Located at lib/includes/class-epl-form-builder.php
Methods summary
public
|
|
public
null
|
|
public
string
|
|
public
|
|
public
boolean|mixed
|
|
public
mixed|string
|
|
public
|
|
public
|
#
invalid_attributes( )
List of invalid attributes per field type that must be removed from field array before field rendering |
public
string
|
|
public
string
|
|
public
|
#
set_form_attributes( string|array $key = '', string $value = '' )
The public function can be used to configure the attributes of form |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Properties summary
public
array
|
$form_fields
Form fields |
#
array()
|
public
array
|
$form_sections
Form sections |
#
array()
|
public
array
|
$configuration
Configuration of this form |
#
array()
|
public
boolean
|
$has_nonce
Form has nonce or not |
#
false
|
public
array
|
$form_attributes
Holds the list of form attributes, defaults & added by user |
#
array()
|
public
array
|
$nonce_key
Holds the nonce key |
|
public
array
|
$nonce_value
Holds the nonce value |