PHP Класс TitanFrameworkOptionText

Наследование: extends TitanFrameworkOption
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$defaultSecondarySettings array Default settings specific for this option

Открытые методы

Метод Описание
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

Описание методов

cleanValueForSaving() публичный Метод

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

display() публичный Метод

Display for options and meta
public display ( )

registerCustomizerControl() публичный Метод

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.

Описание свойств

$defaultSecondarySettings публичное свойство

Default settings specific for this option
public array $defaultSecondarySettings
Результат array