PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev3
Elementor Website Builder – more than just a page builder v3.32.0-dev3
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/styles/style-file.php +0 -4 4.1.33.32.0-dev3 View file →
@@ -35,11 +35,7 @@
35 35 return $this->url;
36 36 }
37 37
38 38 public function get_media(): string {
39 - if ( str_starts_with( $this->media, '@media' ) ) {
40 - return substr( $this->media, 6 );
41 - }
42 -
43 39 return $this->media;
44 40 }
45 41 }