PHP 클래스 WP_Customize_Theme_Control, wordpress

또한 보기: WP_Customize_Control
부터: 4.2.0
상속: extends WP_Customize_Control
파일 보기 프로젝트 열기: johnpbloch/wordpress

공개 프로퍼티들

프로퍼티 타입 설명
$theme WP_Theme Theme object.
$type string Customize control type.

공개 메소드들

메소드 설명
content_template ( ) Render a JS template for theme display.
render_content ( ) Don't render the control content from PHP, as it's rendered via JS on load.
to_json ( ) Refresh the parameters passed to the JavaScript via JSON.

메소드 상세

content_template() 공개 메소드

Render a JS template for theme display.
부터: 4.2.0
public content_template ( )

render_content() 공개 메소드

Don't render the control content from PHP, as it's rendered via JS on load.
부터: 4.2.0
public render_content ( )

to_json() 공개 메소드

Refresh the parameters passed to the JavaScript via JSON.
또한 보기: WP_Customize_Control::to_json()
부터: 4.2.0
public to_json ( )

프로퍼티 상세

$theme 공개적으로 프로퍼티

Theme object.
부터: 4.2.0
public WP_Theme $theme
리턴 WP_Theme

$type 공개적으로 프로퍼티

Customize control type.
부터: 4.2.0
public string $type
리턴 string