One-Way WordPress Data Sync

Job ID: 40466909

Budget: $30 – $250 USD

I have two separate WordPress installations: a “master” site where new users register and fresh content is published, and a “mirror” site that must always show exactly the same user accounts, posts, and pages—but only in that direction. Any change made on the mirror should be ignored; all authority stays with the master.

What I need is a lightweight, dependable bridge that pushes new or updated user profiles + roles, posts, and pages from the master site to the mirror in real time. A webhook, REST API, or custom plugin solution is fine as long as it is secure, doesn’t noticeably slow either site, and can be turned on or off from the admin panel.

Deliverables
• Custom plugin or code snippet installed on both sites (sender / receiver)
• Secure authentication between the two sites (nonce or signed tokens)
• Real-time push of user data, posts, and pages from master to mirror
• One-way logic clearly enforced so mirror changes never overwrite the master
• Step-by-step deployment notes and a short README so future updates are easy

Acceptance will be based on creating a new user and publishing a test post on the master site and seeing it appear on the mirror within seconds without manual action.