Title: Custom user data sync
Last modified: March 24, 2025

---

# Custom user data sync

 *  Resolved [dwebagency](https://wordpress.org/support/users/dwebagency/)
 * (@dwebagency)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/custom-user-data-sync/)
 * Question:
   I want to sync user data across multiple sites, but want to include
   some additional information from another plugin (loyalty points).
 * How can I achieve this? Do you have any documentation so that I can check?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Alexandre Froger](https://wordpress.org/support/users/frogerme/)
 * (@frogerme)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/custom-user-data-sync/#post-18378780)
 * Hi!
 * It really depends on how the plugin you want to integrate with works.
 * Out of the box, you can transfer user metadata – which is not sufficient for 
   anything involving different user data storage methods.
 * In the case leveraging user metadata is not an option, yes, you can use the documented
   filters linked on the main description page.
 * Long story short: the idea would be to create your own plugin (or use a code 
   snippet plugin), hook into the `wprus_action_data` filter on the sending end,
   and either `wprus_before_handle_action_notification` or 
   `wprus_after_handle_action_notification`
   on the receiving end (for whether your logic needs to be executed before or after
   the data is processed).
 *  Thread Starter [dwebagency](https://wordpress.org/support/users/dwebagency/)
 * (@dwebagency)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/custom-user-data-sync/#post-18383020)
 * Thank you for a detailed anwser. The plugin is really well coded!
 * Question: Do you provide customization services? We’d be happy to pay upfront
   for a bit of plugin customization. Since you’re the one who knows the plugin 
   best, it would be more efficient, and we’d end up with higher-quality code.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom user data sync’ is closed to new replies.

 * ![](https://ps.w.org/wp-remote-users-sync/assets/icon-256x256.png?rev=2260728)
 * [WP Remote Users Sync](https://wordpress.org/plugins/wp-remote-users-sync/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-remote-users-sync/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-remote-users-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-remote-users-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-remote-users-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-remote-users-sync/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dwebagency](https://wordpress.org/support/users/dwebagency/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/custom-user-data-sync/#post-18383020)
 * Status: resolved