Class EPL_Render_Fields
EPL_Render_Fields class.
Handles rendering of html fields for EPL settings, meta boxes etc.
Package: EPL\Classes\RenderFields
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 2.3
Since: 3.4.29 Moved from meta-boxes into its own class for more extensibility.
Since: 3.4.48 New: Field type textarea_html which works like the editor field type but without loading the MCE buttons.
Located at lib/includes/class-epl-render-fields.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 2.3
Since: 3.4.29 Moved from meta-boxes into its own class for more extensibility.
Since: 3.4.48 New: Field type textarea_html which works like the editor field type but without loading the MCE buttons.
Located at lib/includes/class-epl-render-fields.php
Methods summary
public
|
|
public
array
|
|
public
string
|
|
public
boolean
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
boolean
|
|
public
string
|
|
public
boolean
|
|
public
string
|
#
get_opening_field_tag( string $tag = 'input', array $field = array(), boolean $self_close = false )
Gets the opening field tag. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Properties summary
public
string
|
$class_prefix
Default class prefix. |
#
'epl-form-field-'
|
public
array
|
$post
Post object. |