[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
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 |
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 Nov 23 01:00:56 2024 | Cross-referenced by PHPXref 0.7.1 |