Login Tracking Feature #
When enabled, each time a user logs in to WordPress, the plugin updates a last_login custom field on their GHL contact record.
Throttling #
To avoid excessive API calls, login tracking is throttled to once per hour per user. If a user logs in multiple times within an hour, only the first login triggers a sync.
Setup #
- Create a custom field named
last_login(or your preferred name) in GoHighLevel. - Map the login field in GHL CRM → Field Mapping.
- Enable Sync on Login in GHL CRM → Settings → User Sync.
