• Hi Vladimir

    Thank you for a great plugin.

    I was wondering if you could advise me on how to tackle a problem I have;

    I have 2 Websites sharing the user tables in the same database, but have use different prefixes to separate all other content. The issue that I’ve encountered is that the although the 2nd site has the same users as the primary website, the roles are not inherited. I believe this is because the user roles are in the wp_options table?

    How would I be able to isolate the user roles from the 1st site and duplicate them to the 2nd site? Can I do this with a function in my child theme?

    Thank you for your assistance, any help is appreciated!

Viewing 1 replies (of 1 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi Darryl,

    Right, the user roles are stored at the wp_options table. Look at this post to know more about how WordPress stores user roles. So you can replicate your roles from 1st site to the 2nd by some condition with php code at functions.php of child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Synchronizing User Roles between two websites’ is closed to new replies.