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 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 00:00:59 +01:00
parent 45531f86d6
commit 1008617623

View File

@@ -53,7 +53,7 @@ class AnalyticsController
'woocommerce', 'woocommerce',
__('License Statistics', 'wc-licensed-product'), __('License Statistics', 'wc-licensed-product'),
__('License Statistics', 'wc-licensed-product'), __('License Statistics', 'wc-licensed-product'),
'manage_woocommerce', 'manage_options',
'wc-license-statistics', 'wc-license-statistics',
[$this, 'renderStatisticsPage'] [$this, 'renderStatisticsPage']
); );