General
in package
implements
SettingsInterface
Uses
SettingsTrait
Interfaces, Classes, Traits and Enums
Table of Contents
- $capability : mixed
- $transport : mixed
- Customizer transport.
- install_plugin() : mixed
- Brisko Section.
- section() : mixed
- Brisko Section.
- settings() : mixed
- Lets build out the customizer settings.
- short_name() : mixed
- Brisko Section name only.
- global_link_color_settings() : mixed
- hybrid_mode_settings() : mixed
- info_css_style() : mixed
- info_note() : mixed
Properties
$capability
public
static mixed
$capability
= 'edit_theme_options'
$transport
Customizer transport.
public
static mixed
$transport
= 'postMessage'
Methods
install_plugin()
Brisko Section.
public
static install_plugin() : mixed
Return values
mixed —section()
Brisko Section.
public
static section() : mixed
Return values
mixed —settings()
Lets build out the customizer settings.
public
static settings(WP_Customize_Manager $wp_customize) : mixed
Create new customizer settings here is where we will add new panel sections
Parameters
- $wp_customize : WP_Customize_Manager
-
.
Return values
mixed —short_name()
Brisko Section name only.
public
static short_name() : mixed
Return values
mixed —global_link_color_settings()
protected
static global_link_color_settings(mixed $wp_customize) : mixed
Parameters
- $wp_customize : mixed
Return values
mixed —hybrid_mode_settings()
protected
static hybrid_mode_settings(mixed $wp_customize) : mixed
Parameters
- $wp_customize : mixed
Return values
mixed —info_css_style()
protected
static info_css_style() : mixed
Return values
mixed —info_note()
protected
static info_note(mixed $wp_customize, mixed $id[, mixed $info = '' ]) : mixed
Parameters
- $wp_customize : mixed
- $id : mixed
- $info : mixed = ''