PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev4
Elementor Website Builder – more than just a page builder v4.0.0-dev4
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/design-system-sync/classes/stylesheet-manager.php +1 -5 4.2.0-dev24.0.0-dev4 View file →
@@ -19,14 +19,10 @@
19 19 public function __construct() {
20 20 parent::__construct( self::FILE_NAME );
21 21 }
22 22
23 - public function generate(): ?array {
23 + public function generate(): array {
24 24 $this->update();
25 -
26 - if ( ! file_exists( $this->get_path() ) ) {
27 - return null;
28 - }
29 25
30 26 return [
31 27 'url' => $this->get_url(),
32 28 'version' => $this->get_meta( 'time' ),