From 1008617623e9a008c9a65fe24a7f6d0aa09032bb Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 22 Jan 2026 00:00:59 +0100 Subject: [PATCH] Fix License Statistics page permission issue Changed capability from manage_woocommerce to manage_options to ensure admin users can access the page. Co-Authored-By: Claude Opus 4.5 --- 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 b4b02b8..aafd8cb 100644 --- a/src/Admin/AnalyticsController.php +++ b/src/Admin/AnalyticsController.php @@ -53,7 +53,7 @@ class AnalyticsController 'woocommerce', __('License Statistics', 'wc-licensed-product'), __('License Statistics', 'wc-licensed-product'), - 'manage_woocommerce', + 'manage_options', 'wc-license-statistics', [$this, 'renderStatisticsPage'] );