Linux 软件免费装
Banner图

Flexa Unsubscribe

开发者 flexatech
更新时间 2026年5月11日 17:16
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL v2 or later
版权网址: 版权信息

标签

email mailing list gdpr unsubscribe opt-out

下载

3.0.2

详情介绍:

Flexa Unsubscribe adds a complete unsubscribe workflow to every email WordPress sends, with a fully-branded admin UI for managing opt-outs, analytics, and the public unsubscribe page.

安装:

  1. Upload the plugin files to /wp-content/plugins/flexa-unsubscribe, or install through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen.
  3. On activation the plugin provisions three database tables: {prefix}flexa_unsubscribes, {prefix}flexa_blocked_emails, {prefix}flexa_unsubscribe_reasons (the last seeded with three default reasons).
  4. Visit Unsubscribe in the admin sidebar to configure.

常见问题:

Do I need to change anything in my existing email sending code?

No. The plugin hooks wp_mail with standard WordPress filters. Any plugin or theme that sends mail via wp_mail is covered automatically.

What happens if I rotate AUTH_KEY?

Every in-flight unsubscribe/resubscribe link becomes invalid, because the HMAC key is AUTH_KEY. New links issued after rotation work normally. Existing records in the database are unaffected.

How are blocked emails different from unsubscribed addresses?

Unsubscribes is the list of addresses that opted out. Blocked emails is the audit log of outgoing sends that were stopped because they targeted an unsubscribed address. One unsubscribe can cause many blocked-email entries over time.

Are CSV exports safe to share publicly?

No — CSV exports contain email addresses. Treat them as PII. The download link is nonce-protected so it's not trivially shareable across sessions.

更新日志:

3.0.2 3.0.0 2.0.2 2.0.1 2.0.0