if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
* A base control for creating tab control. Displays a tab header for a set of
* Note: Do not use it directly, instead use: `$widget->start_controls_tab()`
* and in the end `$widget->end_controls_tab()`.
class Control_Tab extends Base_UI_Control {
* Retrieve the control type, in this case `tab`.
* @return string Control type.
public function get_type() {
* Render tab control output in the editor.
* Used to generate the control HTML in the editor using Underscore JS
* template. The variables for the class are available using `data` JS
public function content_template() {
<div class="elementor-panel-tab-heading">