Uses
| Uses | Description |
|---|---|
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
| wp-includes/class-wp-customize-control.php: WP_Customize_Control::check_capabilities() | Checks if the user can use this control. |
| wp-includes/class-wp-customize-control.php: WP_Customize_Control::render() | Renders the control wrapper and calls $this->render_content() for the internals. |
| wp-includes/class-wp-customize-control.php: customize_render_control | Fires just before the current Customizer control is rendered. |
| wp-includes/class-wp-customize-control.php: customize_render_control_{$this->id} | Fires just before a specific Customizer control is rendered. |