Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need userbar only on logged-in user's profile


John James Jacoby
Keymaster

@johnjamesjacoby

Using the bp_is_home function, well return back a true/false whether or not you are viewing your own profile.

if ( bp_is_home() ) {
// do what you want
}

Skip to toolbar