Advertisement
Guest User

Untitled

a guest
Jan 26th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // fill in $user_id with the user ID you want to do your check for.
  2. $count = bp_follow_total_follow_counts( 'user_id=' . $user_id );
  3.  
  4. // following count is:
  5. echo $count['following'];
  6.  
  7. // follower coutn is:
  8. echo $count['followers'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement