\ReduxFramework_slider

Redux Framework is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version.

Redux Framework is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Redux Framework. If not, see http://www.gnu.org/licenses/.

Summary

Methods
Properties
Constants
__construct()
clean()
enqueue()
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
cleanVal()
cleanDefault()
cleanDefaultArray()
$display_none
$display_label
$display_text
$display_select
N/A

Properties

$display_none

$display_none

Field Constructor.

Required - must call the parent constructor, then assign field and value to vars, and obviously call the render field function

$display_label

$display_label

$display_text

$display_text

$display_select

$display_select

Methods

__construct()

__construct( $field,  $value,  $parent)

Parameters

$field
$value
$parent

clean()

clean()

Clean the field data to the fields defaults given the parameters.

enqueue()

enqueue()

Enqueue Function.

If this field requires any scripts, or css define this function and register/enqueue the scripts/css

render()

render()

Field Render Function.

Takes the vars and outputs the HTML for the field in the settings

cleanVal()

cleanVal( $var)

Parameters

$var

cleanDefault()

cleanDefault( $val)

Parameters

$val

cleanDefaultArray()

cleanDefaultArray( $val)

Parameters

$val