PHP 클래스 Kirki_Panels_Expanded_Panel, kirki

상속: extends WP_Customize_Panel
파일 보기 프로젝트 열기: aristath/kirki

공개 프로퍼티들

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

보호된 메소드들

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

메소드 상세

content_template() 보호된 메소드

Class variables for this panel class are available in the data JS object; export custom variables by overriding WP_Customize_Panel::json().
또한 보기: WP_Customize_Panel::print_template()
protected content_template ( )

render_template() 보호된 메소드

Class variables for this panel class are available in the data JS object; export custom variables by overriding WP_Customize_Panel::json().
또한 보기: WP_Customize_Panel::print_template()
protected render_template ( )

프로퍼티 상세

$type 공개적으로 프로퍼티

The panel type.
public string $type
리턴 string