Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: $bp is empty after using bp-custom.php when trying to create a new custom page


r-a-y
Keymaster

@r-a-y

You need to call $bp before you can actually do anything with it.

Before calling $bp, add:

global $bp;

Btw, it looks like you’re either using an older version of BP or you’re using the BP Classic theme.

You should make any external changes in a child theme when possible.

Skip to toolbar