Hi all,
At the moment I am working on a project involving user profiles and user management. I use several plugins that add values to users but they do not have options to add that data in bulk actions. Because I have 230 users I really can't edit the data one by one.
So, as I did with other data stored in wp_usermeta by other plugins, I would like to import the data directly in my database with phpmyadmin.
The strange thing is however I can't find the meta-key for those functions... does anybody have tips on how to find it or where it could be stored.. or maybe other ways to mass import that kind of data?
The 2 plugins with the data are:
- User Acces Manager - Add users to groups with custom rights. When you edit a user the existing groups appear at the bottom in checkbox options
- Mailpress - Allows you to create mailinglists to which users can subscribe. The plugin has it's own user management imported from wp-users. In the user edit screen you can select the available list
I am curious about you experience in importing values directly in the databases.