PHP Class TitanFrameworkOptionText

Inheritance: extends TitanFrameworkOption
Afficher le fichier Open project: gambitph/titan-framework

Méthodes publiques

Свойство Type Description
$defaultSecondarySettings array Default settings specific for this option

Méthodes publiques

Méthode 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

Method Details

cleanValueForSaving() public méthode

Cleans the value before saving the option
public cleanValueForSaving ( string $value )
$value string The value of the option.

display() public méthode

Display for options and meta
public display ( )

registerCustomizerControl() public méthode

Display for theme customizer
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.

Property Details

$defaultSecondarySettings public_oe property

Default settings specific for this option
public array $defaultSecondarySettings
Résultat array