Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Mobile Theme


Tim Moore
Participant

@nullcrash

If you are writing your own functions, you need to make sure and declare:

global $bp;

at the very top of the function. Otherwise the function doesn’t know where $bp is getting set and treats all variables as blank.

Skip to toolbar