The following conditional code is true if you are on any BuddyPress member profile page.
if (bp_is_user()) { //You are on a BuddyPress member profile page }
The following conditional code is true if you are on any BuddyPress member profile page.
if (bp_is_user()) { //You are on a BuddyPress member profile page }