What Is Ping-Pong? #
Ping-pong occurs when a webhook from GHL updates a WordPress user, which triggers an outbound sync back to GHL, which triggers another webhook, creating an infinite loop.
How the Plugin Prevents It #
When an inbound webhook updates a WordPress user, the plugin sets a 30-second transient guard for that user. During this window, any outbound sync requests for that user are suppressed.
This mechanism is transparent and requires no configuration. It works automatically to ensure clean, one-directional data flow per event.
