WP_Customize_Panel::content_template()
An Underscore (JS) template for this panel’s content (but not its container).
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
An Underscore (JS) template for this panel’s content (but not its container).
Get the panel’s content template for insertion into the Customizer pane.
Gather the parameters passed to client JavaScript via JSON.
Check capabilities and render the panel.
Render the panel’s JS templates.
Render the panel container, and then its contents (via this->render_content()) in a subclass.
Render the panel UI in a subclass.
An Underscore (JS) template for rendering this panel’s container.
Constructor.
Checks if the user can refresh this partial.