| 开发者 | haychdev |
|---|---|
| 更新时间 | 2026年6月25日 14:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/haychdev-heatmaps/, or install through the WordPress plugins screen directly.The tracker is under 4KB, loads deferred, and sends one request per pageview. Heavy pages are automatically sampled.
In three custom tables in your own WordPress database. Deleting the plugin removes them completely.
The plugin sets no cookies and stores no personal data. Consult your own counsel, but the architecture is consent-banner-friendly by design.
90 days by default, configurable with the hd_heatmaps_retention_days filter.
No. The plugin makes no external requests of any kind — all tracking data stays exclusively in your own WordPress database.
Yes. Click and scroll heatmaps, device segmentation (desktop/tablet/mobile), CSV export, and 90-day retention are all included and free.
$wpdb->prepare(), using %i identifier placeholders for server-derived table names (WordPress.org review feedback).