Property | Type | Description | |
---|---|---|---|
$defaultSecondarySettings | array | Default settings specific for this option |
Method | Description | |
---|---|---|
cleanValueForSaving ( string $value ) | Cleans the value before saving the option | |
display ( ) | Display for options and meta | |
registerCustomizerControl ( WP_Customize $wp_customize, TitanFrameworkCustomizer $section, integer $priority = 1 ) | Display for theme customizer |
public cleanValueForSaving ( string $value ) | ||
$value | string | The value of the option. |
public registerCustomizerControl ( WP_Customize $wp_customize, TitanFrameworkCustomizer $section, integer $priority = 1 ) | ||
$wp_customize | WP_Customize | The customizer object. |
$section | TitanFrameworkCustomizer | The customizer section. |
$priority | integer | The display priority of the control. |
public array $defaultSecondarySettings | ||
return | array |