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
Groups override by admin?
Posted in Groups
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
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.