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