| @@ -80,16 +80,8 @@ | ||
| 80 | 80 | public function get_keywords() { |
| 81 | 81 | return [ 'audio', 'player', 'soundcloud', 'embed' ]; |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | - protected function is_dynamic_content(): bool { | |
| 85 | - return false; | |
| 86 | - } | |
| 87 | - | |
| 88 | - public function has_widget_inner_wrapper(): bool { | |
| 89 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 90 | - } | |
| 91 | - | |
| 92 | 84 | /** |
| 93 | 85 | * Register audio widget controls. |
| 94 | 86 | * |
| 95 | 87 | * Adds different input fields to allow the user to change and customize the widget settings. |
| @@ -253,8 +245,9 @@ | ||
| 253 | 245 | ] |
| 254 | 246 | ); |
| 255 | 247 | |
| 256 | 248 | $this->end_controls_section(); |
| 249 | + | |
| 257 | 250 | } |
| 258 | 251 | |
| 259 | 252 | /** |
| 260 | 253 | * Render audio widget output on the frontend. |