Hello Michal,
I'm trying to get and return the IP of the user that left the rating and I'm so stuck...
Is there any way of getting the IP without storing it first in the plugin t_user_rating_ur table?
If I just try to get the IP using $user['s_access_ip'] it always returns my IP...
I guess that I first have to pull the user ID, then return the IP, but I don't know how to do it.
Any ideas?
Again, this is an important feature for preventing fake ratings form the same person using multiple accounts.
Thanks!