Class ReduxFramework_wpglobus_info
Main ReduxFramework_wpglobus_info class
Package: WPGlobus\Admin\Options\Field
Author: WPGlobus
Author: Daniel J Griffiths (Ghost1227)
Author: Dovy Paukstys
Since: 1.0.0
See: ReduxFramework_info Original field class
Located at includes/options/fields/wpglobus_info/field_wpglobus_info.php
Author: WPGlobus
Author: Daniel J Griffiths (Ghost1227)
Author: Dovy Paukstys
Since: 1.0.0
See: ReduxFramework_info Original field class
Located at includes/options/fields/wpglobus_info/field_wpglobus_info.php
Methods summary
public
|
#
__construct( array $field, string $value, $parent )
Field Constructor. Required - must call the parent constructor, then assign field and value to vars, and obviously call the render field function |
public
|
#
render( )
Field Render Function. Takes the vars and outputs the HTML for the field in the settings |
public
|
#
enqueue( )
Enqueue Function. If this field requires any scripts, or css define this function and register/enqueue the scripts/css |