0) { $notificationCount = $newNotificationCount > 9 ? esc_html('9+') : number_format_i18n($newNotificationCount); $notificationTitle = esc_attr(sprintf(esc_html__('%s plugin notifications', 'wp-statistics'), $notificationCount)); $notificationBadge = " " . $notificationCount . ""; } } $items['help_center'] = [ 'sub' => 'overview', 'title' => esc_html__('Help Center', 'wp-statistics') . $notificationBadge, 'page_url' => 'help-center', 'callback' => HelpCenterPage::class, 'priority' => 999 ]; return $items; } }