PHP Класс Kirki_Sections_Default_Section, kirki

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

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

Свойство Тип Описание
$type string The section type.

Открытые методы

Метод Описание
json ( ) : array Gather the parameters passed to client JavaScript via JSON.

Защищенные методы

Метод Описание
render_template ( ) An Underscore (JS) template for rendering this section.

Описание методов

json() публичный Метод

Gather the parameters passed to client JavaScript via JSON.
С версии: 2.3.3
public json ( ) : array
Результат array The array to be exported to the client as JSON.

render_template() защищенный Метод

Class variables for this section class are available in the data JS object; export custom variables by overriding WP_Customize_Section::json().
protected render_template ( )

Описание свойств

$type публичное свойство

The section type.
public string $type
Результат string