PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.1
Elementor Website Builder – more than just a page builder v4.2.1
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | modules/atomic-widgets/elements/atomic-form/atomic-form-promotion.php +0 -5 4.3.0 → 4.2.1 View file →
@@ -3,9 +3,8 @@
3 3 namespace Elementor\Modules\AtomicWidgets\Elements\Atomic_Form;
4 4
5 5 use Elementor\Modules\AtomicWidgets\Elements\Base\Atomic_Element_Base;
6 6 use Elementor\Modules\AtomicWidgets\Elements\Base\Has_Element_Template;
7 -use Elementor\Modules\AtomicWidgets\Elements\Base\Html_Tag_Computer;
8 7 use Elementor\Modules\AtomicWidgets\Elements\Promotions\Preserves_Children_Subtree;
9 8 use Elementor\Modules\AtomicWidgets\PropTypes\Primitives\String_Prop_Type;
10 9 use Elementor\Modules\AtomicWidgets\Styles\Style_Definition;
11 10 use Elementor\Modules\AtomicWidgets\Styles\Style_Variant;
@@ -38,12 +37,8 @@
38 37 }
39 38
40 39 public function get_icon() {
41 40 return 'eicon-atomic-form';
42 - }
43 -
44 - public static function get_computed_html_tag( array $settings ): string {
45 - return Html_Tag_Computer::compute( $settings, 'div' );
46 41 }
47 42
48 43 protected static function define_props_schema(): array {
49 44 return Atomic_Form::get_base_props_schema();