| @@ -1,9 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | namespace Elementor; |
| 3 | 3 | |
| 4 | 4 | use Elementor\Includes\Widgets\Traits\Button_Trait; |
| 5 | -use Elementor\Modules\Promotions\Controls\Promotion_Control; | |
| 6 | 5 | |
| 7 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | 7 | exit; // Exit if accessed directly. |
| 9 | 8 | } |
| @@ -79,12 +78,8 @@ | ||
| 79 | 78 | } |
| 80 | 79 | |
| 81 | 80 | protected function is_dynamic_content(): bool { |
| 82 | 81 | return false; |
| 83 | - } | |
| 84 | - | |
| 85 | - public function has_widget_inner_wrapper(): bool { | |
| 86 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 87 | 82 | } |
| 88 | 83 | |
| 89 | 84 | /** |
| 90 | 85 | * Get widget upsale data. |