I’m in the process of migrating users from a different dating theme and I’m looking for the location where user profile picture paths are being stored in the database. After some digging I thought the below information would be correct since sweetdate is using buddpress for profiles, but these meta_keys don’t appear to be in the specified table. Can you please point me in the right direction?
Avatars are stored in:
wp_usermeta – with the meta_keys:
‘bp_core_avatar_v1’ – the URL to the avatar thumbnail
‘bp_core_avatar_v1_path’ – the filesystem path to the thumbnail
‘bp_core_avatar_v2’ – same as v1 but the full size image
‘bp_core_avatar_v2_path’ – same as v1 but the full size image
Taken from this link: https://buddypress.org/support/topic/where-does-the-profile-data-go/