Check if User X is followed by User Y
-
I am trying to check if the logged in user is followed by the displayed user. Not having much luck – hoping for some help if possible?
This is what I’m trying to do
if ( displayed_user follows loggedin_user ) { // do something }
- The topic ‘Check if User X is followed by User Y’ is closed to new replies.