WPGlobus
  • Package
  • Class

Packages

  • WPGlobus
    • ACF
    • Admin
      • Customizer
      • HelpDesk
      • Options
        • Field
    • All-in-One-SEO
    • Compat
    • MailChimp
    • RevSlider
    • The-Events-Calendar
    • Yoast

Classes

  • LanguagesTable
  • ReduxFramework_post_types
  • ReduxFramework_table
  • ReduxFramework_wpglobus_ace_editor
  • ReduxFramework_wpglobus_checkbox
  • ReduxFramework_wpglobus_info
  • ReduxFramework_wpglobus_select
  • ReduxFramework_wpglobus_sortable

Functions

  • get_font_icons

Class ReduxFramework_wpglobus_checkbox

Main ReduxFramework_wpglobus_checkbox class

Package: WPGlobus\Admin\Options\Field
Author: Daniel J Griffiths (Ghost1227)
Author: Dovy Paukstys
Author: WPGlobus
Since: 1.0.0
Located at includes/options/fields/wpglobus_checkbox/field_wpglobus_checkbox.php

Methods summary

public
# __construct( array $field, string $value, ReduxFramework $parent )

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

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

Parameters

$field
$value
$parent

Since

1.0.0
public
# render( )

Field Render Function. Takes the vars and outputs the HTML for the field in the settings

Field Render Function. Takes the vars and outputs the HTML for the field in the settings

Since

1.0.0
public
# enqueue( )

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

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

Since

1.0.0
WPGlobus API documentation generated by ApiGen