• I am just wondering if it is possible to import and export the roles so I can apply these settings to other sites?

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

    (@shinephp)

    WordPress stores user roles data as a record at the wp_options database table. So you can export this record and import it to another database.
    More details here. Take into account that you may need to change WordPress database prefix at the db table name and option_name field value. That is you may need use instead of ‘wp_user_roles’ something like ‘your_db_pref_user_roles’ if you set database prefix as ‘your_db_pref_’ instead of default ‘wp_’.

Viewing 1 replies (of 1 total)

The topic ‘Exporting & Importing’ is closed to new replies.