Quantcast
Channel: Altschuler
Viewing all articles
Browse latest Browse all 60

How to Check if You Are on a BuddyPress Member Profile Page in WordPress

$
0
0

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
}

 


Viewing all articles
Browse latest Browse all 60

Trending Articles