← All changes
|
modules/nested-elements/base/widget-nested-base.php
+0
-4
4.3.0-beta2
→
3.32.0-dev3
View file →
| @@ -12,12 +12,8 @@ | ||
| 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 | - | |
| 20 | 16 | /** |
| 21 | 17 | * Get default children elements structure. |
| 22 | 18 | * |
| 23 | 19 | * @return array |