Your cart is currently empty!
Groups override by admin?
—
by
I cannot find the ability to override all subscription groups for admin, and you cant just edit an admin profile and add group privelages. Its not an option
Posted in Groups
—
by
I cannot find the ability to override all subscription groups for admin, and you cant just edit an admin profile and add group privelages. Its not an option
Comments
One response to “Groups override by admin?”
Hi Jai,
To enable admin override , add this to your wp-config.php :
define( 'GROUPS_ADMINISTRATOR_OVERRIDE', true );
Enabling this is not recommended for production sites, but you can use this option.
Kind Regards,
Antonio B.