WP_Customize_Panel::active_callback()
Method: Default callback used when invoking WP_Customize_Panel::active().
Source: wp-includes/class-wp-customize-panel.php:210
Method: Default callback used when invoking WP_Customize_Panel::active().
Source: wp-includes/class-wp-customize-panel.php:210
Method: Checks required user capabilities and whether the theme has the feature support required by the panel.
Source: wp-includes/class-wp-customize-panel.php:240
Method: An Underscore (JS) template for this panel’s content (but not its container).
Source: wp-includes/class-wp-customize-panel.php:373
Method: Get the panel’s content template for insertion into the Customizer pane.
Source: wp-includes/class-wp-customize-panel.php:259
Method: Gather the parameters passed to client JavaScript via JSON.
Source: wp-includes/class-wp-customize-panel.php:221
Method: Check capabilities and render the panel.
Source: wp-includes/class-wp-customize-panel.php:270
Method: Render the panel’s JS templates.
Source: wp-includes/class-wp-customize-panel.php:325
Method: Render the panel container, and then its contents (via `this->render_content()`) in a subclass.
Source: wp-includes/class-wp-customize-panel.php:304
Method: Render the panel UI in a subclass.
Source: wp-includes/class-wp-customize-panel.php:313
Method: An Underscore (JS) template for rendering this panel’s container.
Source: wp-includes/class-wp-customize-panel.php:346