PHP Класс WP_Customize_Color_Control, wordpress

Наследование: extends WP_Customize_Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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