PHP Class Kirki_Panels_Expanded_Panel, kirki

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

Public Properties

Property Type Description
$type string The panel type.

Protected Methods

Method Description
content_template ( ) An Underscore (JS) template for this panel's content (but not its container).
render_template ( ) An Underscore (JS) template for rendering this panel's container.

Method Details

content_template() protected method

Class variables for this panel class are available in the data JS object; export custom variables by overriding WP_Customize_Panel::json().
See also: WP_Customize_Panel::print_template()
protected content_template ( )

render_template() protected method

Class variables for this panel class are available in the data JS object; export custom variables by overriding WP_Customize_Panel::json().
See also: WP_Customize_Panel::print_template()
protected render_template ( )

Property Details

$type public_oe property

The panel type.
public string $type
return string