<?php
namespace Elementor;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
class Control_Deprecated_Notice extends Base_UI_Control {
public function get_type() {
return 'deprecated_notice';
}
public function content_template() {
?>
<
<span class="elementor-control-title">{{{ data.label }}}</span>