Return the profile image in full size

To return the profile picture URL, which you can use as full width image, you need to use API:

userpro_profile_data('profilepicture', $user_id);

This will display the FULL IMAGE SIZE url. Now you can use it anyway you want.

Was this article helpful?

Related Articles

Leave A Comment?