PluginProbe
Elementor Website Builder – more than just a page builder / 4.1.4
Elementor Website Builder – more than just a page builder v4.1.4
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/base/has-template.php +1 -4 4.3.0-beta3 → 4.1.4 View file →
@@ -49,16 +49,13 @@
49 49
50 50 $renderer->register( $name, $path );
51 51 }
52 52
53 - $settings = $this->get_atomic_settings();
54 -
55 53 $context = [
56 54 'id' => $this->get_id(),
57 55 'interaction_id' => $this->get_interaction_id(),
58 56 'type' => $this->get_name(),
59 - 'settings' => $settings,
60 - 'tag' => static::get_computed_html_tag( $settings ),
57 + 'settings' => $this->get_atomic_settings(),
61 58 'base_styles' => $this->get_base_styles_dictionary(),
62 59 ];
63 60
64 61 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped