File: wp-includes/class-wp-customize-panel.php
-
An Underscore (JS) template for rendering this panel’s container.
-
An Underscore (JS) template for this panel’s content (but not its container).
-
Render the panel’s JS templates.
-
Render the panel UI in a subclass.
-
Get the panel’s content template for insertion into the Customizer pane.
-
Filters response of WP_Customize_Panel::active().
-
Default callback used when invoking WP_Customize_Panel::active().
-
Gather the parameters passed to client JavaScript via JSON.
-
Check whether panel is active to current Customizer preview.
-
Fires before rendering a specific Customizer panel.
-
Render the panel container, and then its contents (via `this->render_content()`) in a subclass.
-
classWP_Customize_Panel
Customize Panel class.
-
Constructor.
-
Checks required user capabilities and whether the theme has the feature support required by the panel.
-
Check capabilities and render the panel.
-
Fires before rendering a Customizer panel.