@sagarseo
8 years, 1 month ago
Hi!
I was searching in my database, but I could’t find the data table where the user profile link is created and saved.
Any idea on this?
I see my user’s profile on link format = mysitename/members/username
@shanebp
It is not stored in the database. It is constructed – for an example, see: http://hookr.io/functions/bp_core_get_user_domain/
I need the database table name where this can be found for every user ?
@danbp
As already said: it’s constructed. The site url is defined in WP general settings and stored in wp_options table The user name is stored in wp_users table For the other questions about DB, read:
BuddyPress Database Diagram
WordPress database schema