Setyenv · Docs
  • English
  • Spanish
  • Chinese
  • Japanese
  • Arabic
  • German
  • French
  • Hindi
  • Indonesian
  • Italian
  • Dutch
  • Portuguese
  • Russian
  • Turkish

Telemetry & privacy

What data the plugins send to setyenv.com and how to opt out.

What is sent

Data pointPurpose
Site fingerprintHashed site identifier (not the URL).
Plugin versionWhich version you are running.
PHP versionCompatibility tracking.
WordPress versionCompatibility tracking.
Last seen timestampWhen 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.