PluginProbe
Elementor Website Builder – more than just a page builder / 3.34.3
Elementor Website Builder – more than just a page builder v3.34.3
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 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/atomic-widgets/controls/section.php +0 -4 4.1.23.34.3 View file →
@@ -32,12 +32,8 @@
32 32
33 33 return $this;
34 34 }
35 35
36 - public function get_label(): ?string {
37 - return $this->label;
38 - }
39 -
40 36 public function set_description( string $description ): self {
41 37 $this->description = html_entity_decode( $description );
42 38
43 39 return $this;