PHP Class Kirki_Sections_Default_Section, kirki

Inheritance: extends WP_Customize_Section
Mostrar archivo Open project: aristath/kirki

Public Properties

Property Type Description
$type string The section type.

Public Methods

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

Protected Methods

Method Description
render_template ( ) An Underscore (JS) template for rendering this section.

Method Details

json() public method

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

render_template() protected method

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
return string