PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.0-beta3
Elementor Website Builder – more than just a page builder v4.3.0-beta3
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/notifications/module.php +2 -1 4.1.0-dev24.3.0-beta3 View file →
@@ -77,9 +77,10 @@
77 77 }
78 78
79 79 private function get_app_js_config(): array {
80 80 return [
81 - 'is_unread' => Options::has_unread_notifications(),
81 + 'is_unread' => Options::has_unread_notifications(),
82 + 'unread_count' => Options::get_unread_count(),
82 83 ];
83 84 }
84 85
85 86 public function register_ajax_actions( $ajax ) {