Skip to content

Commit 7e3d099

Browse files
Update widget-inner-wrapper.md
1 parent c5e8710 commit 7e3d099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/widgets/widget-inner-wrapper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If it's a legacy widget that was already optimized, and prefer to leave the choi
5353

5454
```php
5555
public function has_widget_inner_wrapper(): bool {
56-
return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' );
56+
return ! \Elementor\Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' );
5757
}
5858
```
5959

0 commit comments

Comments
 (0)