| 开发者 | adamgreenwell |
|---|---|
| 更新时间 | 2026年8月23日 21:55 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
the-hits-list folder to /wp-content/plugins/.No. The Hits List stores tracking data locally in your WordPress database and does not call a third-party analytics endpoint.
Yes. The plugin can import compatible overall and daily counts from Top 10 tables. Imports are SQL-backed, resumable, and rerun-safe, so repeating the import does not double-count unchanged source data. Very large imports can be monitored from the settings screen or run through WP-CLI. If Top 10 is deactivated, existing Top 10 Popular Posts widgets can continue rendering through The Hits List using their saved settings, and the settings screen can convert those placements into native The Hits List widgets. After the import and widget conversion are complete, the settings screen also exposes Clean Up Top 10 and Remove Top 10 Plugin buttons to remove leftover Top 10 database data and delete the old plugin.
Daily buckets are retained for 180 days by default. Older daily rows are pruned automatically by a scheduled cleanup task.
[thl_list] and [thl_views] shortcodes, plus [tptn_list] and [tptn_views] aliases that only register when Top 10 has not claimed them, so migrating sites do not end up with broken shortcodes in post content.thehili_cache_ttl to tune or disable it.widget_tptn_pop placements keep rendering after Top 10 is deactivated.get_thl_posts() helper alias for older integration examples..thl-meta wrappers when all post meta display options are disabled.