| @@ -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 { |