You've already forked wc-licensed-product
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:
@@ -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']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user