Link to URL Followers & Following

You can use API to do this. Use this to generate link for FOLLOWERS

echo $userpro->permalink($user_id, 'followers', 'userpro_sc_pages');

For FOLLOWING same

echo $userpro->permalink($user_id, 'following', 'userpro_sc_pages');

Remember to change $user_id with the dynamic user id you want. This will link to followers/following page for specific user.

Was this article helpful?

Related Articles

Leave A Comment?