WP_Customize_Panel
Methods
1 to 10 of 10
- WP_Customize_Panel::__construct() – Constructor.
- WP_Customize_Panel::active_callback() – Default callback used when invoking WP_Customize_Panel::active().
- WP_Customize_Panel::active() – Check whether panel is active to current Customizer preview.
- WP_Customize_Panel::content_template() – An Underscore (JS) template for this panel’s content (but not its container).
- WP_Customize_Panel::get_content() – Get the panel’s content template for insertion into the Customizer pane.
- WP_Customize_Panel::json() – Gather the parameters passed to client JavaScript via JSON.
- WP_Customize_Panel::maybe_render() – Check capabilities and render the panel.
- WP_Customize_Panel::print_template() – Render the panel’s JS templates.
- WP_Customize_Panel::render_content() – Render the panel UI in a subclass.
- WP_Customize_Panel::render() – Render the panel container, and then its contents (via `this->render_content()`) in a subclass.