Tagged: visitors
Hi,
We do record all visits, including duplicate visits.1. You can use visitors_get_profile_visit_count($user_id) to see/display total visits
2. You can visitors_get_recent_visitors() It returns an array of objects with following property for each objectid
user_id
visitor_id
visit_count
visit_timeThe property visit_count contains how many times the visitor has visited the user.
Please feel free to adapt.
Since the UI for this is not available, If you are not comfortable with code, You may use our cusotmization service.
Regards
BrajeshAlso, Please open your own topic in future. That will help us serve you better.
Regards
BrajeshHi,
1. You will find the “New topic” button at the top of this page
https://buddydev.com/support/forums/You can also scroll and will find the form at the bottom to create new topic there.
2. You should do it in your theme or a custom plugin.
Regards
Brajesh
You must be logged in to reply to this topic.