@patrick321
7 years ago
Hello,
I’m trying to show specific sidebar if user is on profile page. Using
if(bp_is_member()) { echo ... else { echo... }
gives fatal error: Call to undefined function bp_is_member().
Are there any alternatives or am I doing something wrong?
@sbrajesh
hi, bp_is_member() is not available in BuddyPress.
For your task, You should use bp_is_user()
bp_is_user()
Hope that helps.
Regards Brajesh