Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Show specific content on profile page only


Jan M.
Participant

@jotem

You could try the following:

global $bp;
if($bp->current_component == BP_XPROFILE_SLUG){
//Your code here
}

Skip to toolbar