• Resolved hj

    (@hj)


    Question: if I deactivate the plugin, will it lose all the roles and settings I’ve created?

    I have to deactivate plugins to search for a possible conflict, switching them back on one by one.

    Just don’t want to lose my roles and settings if it can be helped!

    Thank you.
    HJ

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Caseproof LLC

    (@caseproof)

    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

    Plugin Author Caseproof LLC

    (@caseproof)

    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

    Plugin Author Caseproof LLC

    (@caseproof)

    The roles are stored in the wp_user_roles option in wp_options table. We don’t store capabilities anywhere outside this table.

    Best

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Deactivation’ is closed to new replies.