← All changes
|
modules/nested-elements/base/widget-nested-base.php
+4
-0
4.2.0-beta1
→
4.3.0-beta3
View file →
| @@ -12,8 +12,12 @@ | ||
| 12 | 12 | * Used to create a new widget that can be nested inside other widgets. |
| 13 | 13 | */ |
| 14 | 14 | abstract class Widget_Nested_Base extends Widget_Base { |
| 15 | 15 | |
| 16 | + public function render_markdown(): string { | |
| 17 | + return \Elementor\Element_Base::render_markdown(); | |
| 18 | + } | |
| 19 | + | |
| 16 | 20 | /** |
| 17 | 21 | * Get default children elements structure. |
| 18 | 22 | * |
| 19 | 23 | * @return array |