Property | Type | Description | |
---|---|---|---|
$defaultSecondarySettings | array | Default settings |
Method | Description | |
---|---|---|
__construct ( $settings, $owner ) | ||
display ( ) : void | Display for options and meta | |
enqueueColorPickerScript ( ) : void | Enqueue the colorpicker scripts | |
registerCustomizerControl ( WP_Customize $wp_customize, TitanFrameworkCustomizer $section, integer $priority = 1 ) : void | Display for theme customizer | |
startColorPicker ( ) : void | Load the javascript to init the colorpicker |
public enqueueColorPickerScript ( ) : void | ||
return | void |
public registerCustomizerControl ( WP_Customize $wp_customize, TitanFrameworkCustomizer $section, integer $priority = 1 ) : void | ||
$wp_customize | WP_Customize | |
$section | TitanFrameworkCustomizer | |
$priority | integer | The location/priority of this option inside the section. |
return | void |
public startColorPicker ( ) : void | ||
return | void |
public array $defaultSecondarySettings | ||
return | array |