how get profile image information from database?
-
Hey! i am developing a plugin for my client…
i would need all the user’s avatars..currently site is saving image’s names in ‘wp_yz_media’ table (using youzers add on)… but there’s no information about the users….
user’s information is in ‘wp_signups’ …i have tried using this
global $bp;
$the_user_id = $bp->loggedin_user->userdata->ID;but this gives me info about the current logged in user…
is there any way of getting all the users info?
or is there any other table in which buddypress stores all the info ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.