WP Manifestindependent plugin directory
manifest / integrations / softglaze-day2day-receiver

SoftGlaze Day2Day Receiver

Receiving half of a two-site WordPress sync. Secure endpoints so a central install can read, field-update and revert values on a satellite site.

by Azhar Ali (SoftGlaze) · github.com/softglazee/softglaze-day2day-receiver · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/softglazee/softglaze-day2day-receiver/archive/refs/heads/master.zip

Readme

SoftGlaze Day2Day Receiver

Version 1.2.0 · 3 files · text domain softglaze-day2day-receiver

The receiving half of a two-site sync. It exposes secure endpoints on a satellite site so the central installation can read current post/ACF values, apply field-level updates, and revert individual field changes afterwards.

Provides

  • Admin — 1 settings page
  • Endpoints — export current data, receive field-level updates, revert a field change
  • History — every applied change is recorded in {prefix}sg_d2d_change_history, which is what makes the revert possible

Requires

ACF. Install on the receiving site.

Licence

GPLv2 or later — see LICENSE. Copyright (C) 2026 Azhar Ali (SoftGlaze).

This plugin ships no credentials. Every API key it needs is entered in the WordPress admin and stored as an option.

Read the full README on GitHub →