[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/ -> bp-loader.php (summary)

The BuddyPress Plugin. BuddyPress is social networking software with a twist from the creators of WordPress.

File Size: 95 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  buddypress()
  bp_php_requirements_notice()

Functions
Functions that are not part of a class:

buddypress()   X-Ref
The main function responsible for returning the one true BuddyPress Instance to functions everywhere.

Use this function like you would a global variable, except without needing
to declare the global.

Example: <?php $bp = buddypress(); ?>

return: BuddyPress|null The one true BuddyPress Instance.

bp_php_requirements_notice()   X-Ref
Adds an admin notice to installations that don't meet BP's minimum PHP requirement.

since: 2.8.0



Generated: Sat Apr 27 01:00:55 2024 Cross-referenced by PHPXref 0.7.1