Telemetry & privacy
What data the plugins send to setyenv.com and how to opt out.
What is sent
| Data point | Purpose |
|---|---|
| Site fingerprint | Hashed site identifier (not the URL). |
| Plugin version | Which version you are running. |
| PHP version | Compatibility tracking. |
| WordPress version | Compatibility tracking. |
| Last seen timestamp | When the site last checked in. |
What is NOT sent
- No record content.
- No workflow definitions.
- No agent conversations.
- No API keys.
- No user data.
- No personally identifiable information (PII).
Telemetry cadence
Daily heartbeat ping — one telemetry packet per 24 hours per site, rate-limited.
Opting out
Add to your wp-config.php:
define('PFW_TELEMETRY_OFF', true);
Data retention
Telemetry data is retained for 90 days; older pings and aggregates are automatically purged.
GDPR
The plugin includes GDPR-compliant data export and erasure hooks:
- Export — includes license key, activation dates, and site info.
- Erasure — deactivates the license and removes the site fingerprint from the portal.
The plugin itself does not collect personal data. The
portal's customer dashboard has a separate privacy policy
covering account data.
portal's customer dashboard has a separate privacy policy
covering account data.