PHP 클래스 WP_Customize_Color_Control, wordpress

상속: extends WP_Customize_Control
파일 보기 프로젝트 열기: johnpbloch/wordpress 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$mode string Mode.
$statuses array Statuses.
$type string Type.

공개 메소드들

메소드 설명
__construct ( WP_Customize_Manager $manager, string $id, array $args = [] ) Constructor.
content_template ( ) Render a JS template for the content of the color picker control.
enqueue ( ) Enqueue scripts/styles for the color picker.
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.

메소드 상세

__construct() 공개 메소드

Constructor.
부터: 3.4.0
public __construct ( WP_Customize_Manager $manager, string $id, array $args = [] )
$manager WP_Customize_Manager Customizer bootstrap instance.
$id string Control ID.
$args array Optional. Arguments to override class property defaults.

content_template() 공개 메소드

Render a JS template for the content of the color picker control.
부터: 4.1.0
public content_template ( )

enqueue() 공개 메소드

Enqueue scripts/styles for the color picker.
부터: 3.4.0
public enqueue ( )

render_content() 공개 메소드

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

to_json() 공개 메소드

Refresh the parameters passed to the JavaScript via JSON.
부터: 3.4.0
public to_json ( )

프로퍼티 상세

$mode 공개적으로 프로퍼티

Mode.
부터: 4.7.0
public string $mode
리턴 string

$statuses 공개적으로 프로퍼티

Statuses.
public array $statuses
리턴 array

$type 공개적으로 프로퍼티

Type.
public string $type
리턴 string