- This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Access to affiliates by role other than Administrator?
We have shop manager role in WordPress and they cannot see the Affiliate module it seems only accessible to logged in administrators. We installed a role manager to grant access but the affiliate module is not visible in the options. Any ideas how we grant access to the affiliates to non admin users like the shop manager etc? Thanks
@mcadventure, You can customize the capability in the “config.php” file on line 7 (/wp-content/plugins/affiliates-manager/)
public static $AdminCap = 'wpam_admin';
The string you need to replace is wpam_admin.