PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 6.0.6
Taskbuilder – Project Management & Task Management Tool With Kanban Board v6.0.6
6.0.6 6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 All 58 releases
← All changes | includes/class-wppm-frontend.php +4 -0 6.0.26.0.6 View file →
@@ -113,8 +113,12 @@
113 113 die();
114 114 }
115 115
116 116 public function wppm_add_notification_container(){
117 + $mention_notification = get_option('wppm_default_global_mention_comment_notification',1);
118 + if ( ! $mention_notification ) {
119 + return;
120 + }
117 121 echo ' <div id="wppm_notification_bell">
118 122 <span class="dashicons dashicons-bell"></span>
119 123 <span class="wppm-badge">0</span>
120 124 </div>