Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-panel.php: WP_Customize_Panel::render() | Render the panel container, and then its contents (via |
wp-includes/class-wp-customize-panel.php: customize_render_panel_{$this->id} | Fires before rendering a specific Customizer panel. |
wp-includes/class-wp-customize-panel.php: WP_Customize_Panel::check_capabilities() | Checks required user capabilities and whether the theme has the feature support required by the panel. |
wp-includes/class-wp-customize-panel.php: customize_render_panel | Fires before rendering a Customizer panel. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |