• Resolved Mikel

    (@ogmic)


    Does this plugin sync/match User ID from one site to another too?

    I want all my registration to the done on the web(site A), and want to call for the user ID, password and login for some certain API functions on my mobile site(site B)…. Is this possible?

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandre Froger

    (@frogerme)

    Hello @ogmic ,

    The user ID is not synchronized because it is automatically generated by the WordPress database, and would create too many conflicts.

    Synchronization is based on the user login. Synchronizing the user ID can theoretically be done with your own additional code using the API described in the developer documentation (like using user meta, or the wprus_action_data filter).

Viewing 1 replies (of 1 total)

The topic ‘Sync User ID’ is closed to new replies.