| @@ -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 | } |
| @@ -75,16 +74,8 @@ | ||
| 75 | 74 | * @return array Widget categories. |
| 76 | 75 | */ |
| 77 | 76 | public function get_categories() { |
| 78 | 77 | return [ 'basic' ]; |
| 79 | - } | |
| 80 | - | |
| 81 | - protected function is_dynamic_content(): bool { | |
| 82 | - return false; | |
| 83 | - } | |
| 84 | - | |
| 85 | - public function has_widget_inner_wrapper(): bool { | |
| 86 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 87 | 78 | } |
| 88 | 79 | |
| 89 | 80 | /** |
| 90 | 81 | * Get widget upsale data. |