Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I detect whether I’m on a BuddyPress page?


Doug Stewart
Participant

@zamoose

The following alteration of my code seems to work in the cases that I’ve tested thus far:

if ( is_page() && ( $bp->current_component == ” ) ) {

I’m unsure as to whether this is an empty string or a null value for all instances, so I don’t think an is_null() call would be appropriate.

If anyone knows of a BP-approved method for this, though, I’d be all ears.

Skip to toolbar