Title: Sync get_userdata
Last modified: December 18, 2021

---

# Sync get_userdata

 *  Resolved [naresh11381](https://wordpress.org/support/users/naresh11381/)
 * (@naresh11381)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/sync-get_userdata/)
 * Hi, this plugin looks great. It’s a shame it can’t be extended easily. One issue
   I have had is the WordPress user email is stored in get_userdata, not user_meta.
   I would so buy a pro version that could handle custom fields, get_userdata etc..
   
   Hopefully you’re sitting around doing nothing waiting to create a pro version
   of the plugin for little old me 😉

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/sync-get_userdata/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/sync-get_userdata/page/2/?output_format=md)

 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15181340)
 * Haha, that’s an interesting thought.
    So your wish is I’d add the option to add
   other database tables, (including those containing custom fields), and sync fields
   from those tables.
 * Any other thoughts that might behind your ‘etc’?
    Now that I’m thinking through
   possible (!) additional plugin functionality, feel free to chip in with other
   functionality or lay-out wishes you may have for the plugin 😉
 *  Thread Starter [naresh11381](https://wordpress.org/support/users/naresh11381/)
 * (@naresh11381)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15183039)
 * Being able to sync fields to and from custom/standard fields I think would make
   it a full-featured plugin. If you were going to consider adding bells and whistles,
   the ability to see what data is in a field (e.g. when you select a field it can
   show the last 10 entries of that field or similar) so you know exactly what you’re
   syncing would be pretty handy! But even without that and just access to the fields
   is super useful!
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15183936)
 * Understood! Let me think about this.
 * And thanks for your suggestions, much appreciated.
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15234657)
 * Quick update: Checking the amount of work and to see if I can find a developer
   to assist(I’m overloaded at the moment).
 *  [cauzeneffeckt](https://wordpress.org/support/users/cauzeneffeckt/)
 * (@cauzeneffeckt)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15304613)
 * Hey there! I just ran into your plugin and this feature would 100% solve all 
   my issues! Was curious if you think you will go through with this potential feature
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15319716)
 * >  Hey there! I just ran into your plugin and this feature would 100% solve all
   > my issues! Was curious if you think you will go through with this potential
   > feature
 * Hi [@cauzeneffeckt](https://wordpress.org/support/users/cauzeneffeckt/) ,
    Thanks,
   good to hear! As for the future: I’m busy selecting a developer to help, (too
   busy to do the work myself, sorry). I’ll let everyone know in the support section
   once the work is underway!
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15350791)
 * Happy to say the work is underway.
    If there are any last minute feature wishes,
   do let me know.
 *  [pradhansb](https://wordpress.org/support/users/pradhansb/)
 * (@pradhansb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15480879)
 * Here is a biggy pjfc:
    Open table in db, any table. Open second table. Map selected
   fields of Table 1 into Table 2.
 * An example. I am using Bookly which is an appointment plugin. It keeps its own
   table of bookly customers. On the backend, you can opt to create a wp account
   when entering the data.
    But, you can also register a user independent of Bookly
   but it does NOT create a bookly customer. I would love it to. This way I could
   use an independent registration plugin up front. Thanks for your consideration.
   Pradhan
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15483103)
 * HI [@naresh11381](https://wordpress.org/support/users/naresh11381/),
    There is
   a version ready for beta testing. Are you interested to try? If so send me a 
   dm with your email.
 * Regards
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15483185)
 * Hi [@pradhansb](https://wordpress.org/support/users/pradhansb/),
    Thanks for 
   your below suggestion.
 * The challenge with what you suggest is that a table can exist of any type of 
   data, and without following the logic of WordPress hierarchy of data (Custom 
   Post type, Custom Field, etc) we would have no knowledge what data constitutes
   a field with values and what other ‘field’ to sync it to.
    So that setup is too
   broad for this plugin I’m affraid.
 * Having said that, as long as the data is of these types it should work in the
   new version:
    Post meta, term meta, user meta, comment meta or users.
 * Want to try the beta? If so send me a Direct message.
 * >     ```
   >     Here is a biggy pjfc:
   >     Open table in db, any table.
   >     Open second table.
   >     Map selected fields of Table 1 into Table 2.
   > 
   >     An example. I am using Bookly which is an appointment plugin. It keeps its own table of bookly customers. On the backend, you can opt to create a wp account when entering the data.
   >     But, you can also register a user independent of Bookly but it does NOT create a bookly customer.
   >     I would love it to. This way I could use an independent registration plugin up front.
   >     Thanks for your consideration.
   >     Pradhan
   >     ```
   > 
 *  [pradhansb](https://wordpress.org/support/users/pradhansb/)
 * (@pradhansb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15484589)
 * Sure. I don’t see a way to dm to you though. I am at [redacted]@gmail.com
    I 
   have a staging site where I could readily play! Thanks for the opportunity.
    -  This reply was modified 4 years, 2 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15487482)
 * Hi [@cauzeneffeckt](https://wordpress.org/support/users/cauzeneffeckt/),
    If 
   you’d like to try the beta version let me know how I can reach you.
 * And at others that may want to test; please feel free to let me know in a reply.
 *  Plugin Author [pjfc](https://wordpress.org/support/users/pjfc/)
 * (@pjfc)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15487566)
 * Hi [@pradhansb](https://wordpress.org/support/users/pradhansb/)
    Sent, thanks
   in advance for your comments!
 * >  Sure. I don’t see a way to dm to you though. I am at [redacted]@gmail.com
   > 
   > I have a staging site where I could readily play! Thanks for the opportunity.
    -  This reply was modified 4 years, 2 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15487725)
 * No, (1) there is no DM capability here and (2) please do not post emails or other
   PII here.
 *  [pradhansb](https://wordpress.org/support/users/pradhansb/)
 * (@pradhansb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/#post-15487900)
 * Got it Steve, sorry.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/sync-get_userdata/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/sync-get_userdata/page/2/?output_format=md)

The topic ‘Sync get_userdata’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/syncfields_d46e29.svg)
 * [SyncFields](https://wordpress.org/plugins/syncfields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/syncfields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/syncfields/)
 * [Active Topics](https://wordpress.org/support/plugin/syncfields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/syncfields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/syncfields/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)

 * 17 replies
 * 6 participants
 * Last reply from: [pjfc](https://wordpress.org/support/users/pjfc/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/sync-get_userdata/page/2/#post-15488534)
 * Status: resolved