I have a query re Membership2 Pro
In the Help option in the admin I see this;
Thank you for using Membership 2
Here is a quick overview:
You use verion 1.0.2.6 of Membership 2
Hey, this is the PRO version of Membership 2 – thanks a lot for supporting us!
All users with capability manage_options are M2 Admin-users.
Currently M2 is configured to not send any emails.
WP_DEBUG is disabled on this site.
If I click on Advanced Settings I see the following;
Define Membership 2 Admin users
By default all users with capability manage_options are considered Membership 2 admin users and have unlimited access to the whole site (including protected content). To change the required capability add the line define( “MS_ADMIN_CAPABILITY”, “manage_options” ); in wp-config.php. When you set the value to false then only the Superadmin has full access to the site.
If I enter define( “MS_ADMIN_CAPABILITY”, “manage_options” ); in wp-config.php users without manage_options are still un-restricted by role for content
These users do have some admin access to manage users but they are seeing menu items I do not want them to see and content I do not want them to see.
I have tried changing this to define( “MS_ADMIN_CAPABILITY”, false ); so only I have unrestricted access but that has no effect either
Any ideas?
Support Access is granted.