WPGlobus
  • Package
  • Class

Packages

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

Classes

  • WPGlobus_Customize
  • WPGlobus_Customize_Filters
  • WPGlobus_Customize_Options
  • WPGlobusCheckBox
  • WPGlobusCheckBoxSet
  • WPGlobusFieldsSettingsControl
  • WPGlobusLink
  • WPGlobusTextBox

Class WPGlobus_Customize_Options

Class WPGlobus_Customize_Options

Package: WPGlobus\Admin\Customizer
Located at includes/admin/class-wpglobus-customize-options.php

Methods summary

public static
# controller( )
public static
# init( )

Delayed processes.

Delayed processes.

Since

1.6.0
public static
# action__process_ajax( )

Ajax handler

Ajax handler

public static
# sorry_section( WP_Customize_Manager $wp_customize, WP_Theme $theme )

Section for message about unsupported theme

Section for message about unsupported theme

Parameters

$wp_customize
$theme
public static
# action__customize_fields_settings( WP_Customize_Manager $wp_customize )

Callback for register fields settings section

Callback for register fields settings section

Parameters

$wp_customize

Since

1.6.0
public static
# action__customize_register( WP_Customize_Manager $wp_customize )

Callback for customize_register

Callback for customize_register

Parameters

$wp_customize
public static string
# get_content( string $control = '', mixed $attrs = null )

Get content for WPGlobusTextBox element

Get content for WPGlobusTextBox element

Parameters

$control
$attrs

Returns

string
public static
# action__customize_preview_init( )

Load Customize Preview JS

Load Customize Preview JS

Used by hook: 'customize_preview_init'

See

'customize_preview_init'
public static
# action__customize_controls_enqueue_scripts( )

Load Customize Control JS

Load Customize Control JS

public static string|WP_Theme
# get_theme( string $param = '' )

Get current theme or its property.

Get current theme or its property.

Parameters

$param

Returns

string|WP_Theme

Since

1.6.0
public static boolean
# is_theme_enabled( )

Check for enabled theme

Check for enabled theme

Returns

boolean

Since

1.6.0

Properties summary

public static array $sections

Array of sections

Array of sections

# array()
public static array $settings

Array of settings

Array of settings

# array()
public static string $enabled_post_types_key

Set transient key

Set transient key

# 'wpglobus_customize_enabled_post_types'
public static string $options_key

Set option key for customizer

Set option key for customizer

# 'wpglobus_customize_options'
public static string $controls_save_button

Save button ID

Save button ID

# 'wpglobus-user-controls-save'
public static WP_Theme $theme

Current theme.

Current theme.

#
public static string $theme_name

Current theme name.

Current theme name.

# ''
public static string[] $disabled_themes

Array of disabled themes.

Array of disabled themes.

# array()
WPGlobus API documentation generated by ApiGen