PluginProbe
Elementor Website Builder – more than just a page builder / 3.27.4
Elementor Website Builder – more than just a page builder v3.27.4
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 4.0.7 All 451 releases
← All changes | modules/notifications/api.php +2 -0 3.27.33.27.4 View file →
@@ -37,8 +37,10 @@
37 37
38 38 static::set_transient( '_elementor_notifications_data', $notifications, '+1 hour' );
39 39 }
40 40
41 + $notifications = apply_filters( 'elementor/core/admin/notifications', $notifications );
42 +
41 43 return $notifications;
42 44 }
43 45
44 46 private static function fetch_data() : array {