forked from Visitors™
GuestFlow is not affiliated with Visitors. The name and any related trademarks are used solely for nominative descriptive purposes.
This open-source plugin provides a privacy-focused method for tracking visitor counts on a site. It is designed for site owners and developers who need basic traffic analytics while respecting user privacy by avoiding cookies and personal data storage.
Privacy-first tracking: Uses browser cache instead of cookies, localStorage, or sessionStorage, meaning it does not store personal information. Engagement-based counting: A visit is only recorded if a user stays on the page for 6 seconds or interacts with it (e.g., mouse movement, scrolling, or a key press). Flexible configuration: Control which post types, taxonomies, and user roles are tracked using simple filters added to your theme's functions.php file. Query integration: Allows you to order posts or taxonomy terms directly within queries by visitor counts for daily, monthly, yearly, or total periods. Developer access: Provides PHP classes and methods to retrieve and sum visitor counts for specific posts, pages, or terms programmatically.