| 开发者 | devkitse |
|---|---|
| 更新时间 | 2026年8月7日 20:41 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. The alert becomes active immediately. The visitor receives a receipt email containing a secure link that removes that specific alert.
That alert row is deleted. The plugin does not retain a completed alert history containing the email address.
Each product or variation is a separate alert row. Completing or cancelling one alert deletes only that row. The email address remains only in any other active alert rows.
No. Deactivation keeps the table and current subscription records.
Deleting the plugin through WordPress runs uninstall.php, which removes the plugin-owned subscription table, the version option, the rate-limit transients and every job the plugin scheduled. On a multisite network this is done for each site.
No.
The unsubscribe link is used by visitors who may not be logged in. It uses a cryptographically random, single-purpose bearer token whose hash is stored in the database. WordPress nonces are used for authenticated admin actions and the public AJAX form uses a WordPress AJAX nonce as CSRF protection.