From 10453360ad3743cea0f2bab332c0eb14b1b24499 Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 22 Jan 2026 00:08:26 +0100 Subject: [PATCH] Revert to manage_woocommerce capability --- src/Admin/AnalyticsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/AnalyticsController.php b/src/Admin/AnalyticsController.php index 69b701f..d4e7a38 100644 --- a/src/Admin/AnalyticsController.php +++ b/src/Admin/AnalyticsController.php @@ -56,7 +56,7 @@ class AnalyticsController 'woocommerce', __('License Statistics', 'wc-licensed-product'), __('License Statistics', 'wc-licensed-product'), - 'manage_options', + 'manage_woocommerce', 'wc-license-statistics', [$this, 'renderStatisticsPage'] );