Hi HJ
Roles and capabilities are stored in the database so you will not lose them when you deactivate Members plugin.
Best
Thread Starter
hj
(@hj)
Great stuff, thank you!
HJ
Thread Starter
hj
(@hj)
Out of interest, what database tables is Membership writing to….to store roles and capabilities? Does it add new tables or write to core WordPress tables?
Thanks.
HJ
We use core WordPress table, so all roles are stored in the wp_user_roles option in wp_options table.
Best
Thread Starter
hj
(@hj)
OK, thank you, good to know.
I noticed after deactivating the plugin that the user roles were still in force, so I suspected it had written conditions to the database somewhere.
Presumably these database entries remain even if the plugin is deleted?
regards
HJ
The roles are stored in the wp_user_roles option in wp_options table. We don’t store capabilities anywhere outside this table.
Best