[Plugin: WP Users Exporter] Partial Export – Some users missing
-
I have over 600 users with over 20 fields in usermeta, but when I use this exporter, I get 473 users. I am not filtering users based on role nor field information. I have tried all three output formats (CSV, XLS, and HTML). I have also tried exporting minimal information (ID and login only).
Using WP_User_Query, I am able to successfully display all 600+ users in an HTML table (including information from usermeta table). See my code: https://pastebin.com/26csuaAj
I haven’t been able to figure out why certain users are omitted. Unfortunately, I cannot add you (rafael.chaves.freitas, leogermani) as an editor of the site due to the sensitive nature of our data.
My HTML table code is simple and works, but I’d like to have the features of this plugin, namely the GUI to select which fields are exported, along with filtering the list by usertype. It is also nice to choose the export format types.
Any one else having this issue? What would it take to modify the plugin to use WP_User_Query? I have looked at the source, but I couldn’t find one or two functions that I could rewrite without getting in real deep.
Thanks for reading!
https://www.ads-software.com/extend/plugins/wp-users-exporter/
- The topic ‘[Plugin: WP Users Exporter] Partial Export – Some users missing’ is closed to new replies.