PHP Class Kirki_Sections_Default_Section, kirki

Inheritance: extends WP_Customize_Section
Afficher le fichier Open project: aristath/kirki

Méthodes publiques

Свойство Type Description
$type string The section type.

Méthodes publiques

Méthode Description
json ( ) : array Gather the parameters passed to client JavaScript via JSON.

Méthodes protégées

Méthode Description
render_template ( ) An Underscore (JS) template for rendering this section.

Method Details

json() public méthode

Gather the parameters passed to client JavaScript via JSON.
Since: 2.3.3
public json ( ) : array
Résultat array The array to be exported to the client as JSON.

render_template() protected méthode

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 ( )

Property Details

$type public_oe property

The section type.
public string $type
Résultat string