The $bp Global

The $bp global is deprecated. Instead, you should use the following, inside a function: $bp=buddypress(); Now the $bp, contains all of the variables and configuration settings that BuddyPress needs to use throughout an installation. As a developer you may find a good first step is to use the function below to render out the contents. … Continue reading The $bp Global