PHP 클래스 Kirki_Controls_Color_Palette_Control, kirki

This is essentially a radio control, styled as a palette.
상속: extends Kirki_Customize_Control
파일 보기 프로젝트 열기: aristath/kirki

공개 프로퍼티들

프로퍼티 타입 설명
$type string The control type.

공개 메소드들

메소드 설명
enqueue ( ) Enqueue control related scripts/styles.
to_json ( ) Refresh the parameters passed to the JavaScript via JSON.

보호된 메소드들

메소드 설명
content_template ( ) An Underscore (JS) template for this control's content (but not its container).

메소드 상세

content_template() 보호된 메소드

Class variables for this control class are available in the data JS object; export custom variables by overriding {@see \Kirki_Customize_Control::to_json()}.
또한 보기: WP_Customize_Control::print_template()
protected content_template ( )

enqueue() 공개 메소드

Enqueue control related scripts/styles.
public enqueue ( )

to_json() 공개 메소드

Refresh the parameters passed to the JavaScript via JSON.
public to_json ( )

프로퍼티 상세

$type 공개적으로 프로퍼티

The control type.
public string $type
리턴 string