PHP 클래스 TitanFrameworkOptionText

상속: extends TitanFrameworkOption
파일 보기 프로젝트 열기: gambitph/titan-framework

공개 프로퍼티들

프로퍼티 타입 설명
$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