| 开发者 |
webberzone
Ajay ajay |
|---|---|
| 更新时间 | 2026年5月28日 22:37 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
[tptn_list] to display popular post lists and [tptn_views] to show view countstptn_thumbnail image sizeMAX_EXECUTION_TIME directive to prevent long-running queries, configurable via settings and the top_ten_query_max_execution_time filterTOP_TEN_STORE_DATA)display_only_on_tax_ids parameter to restrict popular post displays to specific taxonomy termswp top10 counts: View, get, set, reset, export, and import post view counts from the command linewp top10 db: Manage database tables — check status, create, update, recreate, prune old rows, force aggregation, truncate, and clean up orphaned countswp top10 cache: Flush, enable, disable, and check the status of the output cachewp top10 settings: Get, set, export, and import plugin settings as JSONwp top10 cron: View, enable, disable, and manually trigger the maintenance and aggregation cron jobswp top10 popular: List popular posts with counts using the same query as the front endwp top10 status: Print a full plugin status overview--dry-run and --force; multisite commands support --network and --blog-idwp_top_ten and wp_top_ten_daily database tables (table prefix may vary).
You are responsible for ensuring GDPR compliance on your website.
Translations
Top 10 is available for translation on WordPress.org.\
See the Translator Handbook to contribute.
Contribute
Top 10 is developed openly on GitHub.\
Fork the project and submit pull requests for bug fixes or improvements. Please do not use GitHub for support requests.
top-10.zip fileBefore opening a support request, please check the following resources:
These cover the most common questions and are the fastest way to get answers, as they are actively maintained. If your question is not answered there, please create a new topic in the WordPress.org support forum. This is the preferred support channel for the free plugin, and the forums are monitored regularly. Support for products sold and distributed by WebberZone is available only to users with an active, valid licence. Licensed users can request support here.No. Top 10 tracks page views and displays popular posts. It is not designed to replace analytics platforms.
Each visit is queued in a lightweight funnel table and aggregated into the count tables every five minutes by a cron job, so tracking never blocks page loads and works correctly behind page caches. For a full explanation of tracker types, the funnel flow, and how to adjust the aggregation interval, see Trackers in Top 10.
When enabled, Top 10 runs a scheduled task that periodically removes old entries
from the wp_top_ten_daily table.
Note: WordPress executes scheduled tasks on the first eligible page load.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
wp top10 WP-CLI suite: counts, database, cache, settings, cron, and popular posts commands. All destructive commands support --dry-run and --force; multisite commands support --network and --blog-id.wpmu_drop_tables filter that tried to drop network-wide tables on site deletion.get_current_screen() is unavailable.Top_Ten_Query handling of the date_query argumentexclude_current_post behaviour when caching is enabled