| Up one level
| |
| actions/
| |
| admin/
| |
| blocks/
| |
| classes/
| |
| js/
| |
| screens/
| |
| bp-groups-activity.php [source] [903 lines] | BuddyPress Groups Activity Functions. These functions handle the recording, deleting and formatting of activity for the user and for this specific component. |
| bp-groups-admin.php [source] [1487 lines] | BuddyPress Groups component admin screen. Props to WordPress core for the Comments admin screen, and its contextual help text, on which this implementation is heavily based. |
| bp-groups-adminbar.php [source] [97 lines] | BuddyPress Groups Toolbar. Handles the groups functions related to the WordPress Toolbar. |
| bp-groups-blocks.php [source] [545 lines] | BP Groups Blocks Functions. |
| bp-groups-cache.php [source] [396 lines] | BuddyPress Groups Caching. Caching functions handle the clearing of cached objects and pages on specific actions throughout BuddyPress. |
| bp-groups-cssjs.php [source] [84 lines] | Groups component CSS/JS |
| bp-groups-filters.php [source] [399 lines] | BuddyPress Groups Filters. |
| bp-groups-functions.php [source] [3680 lines] | BuddyPress Groups Functions. Functions are where all the magic happens in BuddyPress. They will handle the actual saving or manipulation of information. Usually they will hand off to a database class for data access, then return true or false on success or failure. |
| bp-groups-loader.php [source] [25 lines] | BuddyPress Groups Loader. A groups component, for users to group themselves together. Includes a robust sub-component API that allows Groups to be extended. Comes preconfigured with an activity stream, discussion forums, and settings. |
| bp-groups-notifications.php [source] [1267 lines] | BuddyPress Groups Notification Functions. These functions handle the recording, deleting and formatting of notifications for the user and for this specific component. |
| bp-groups-template.php [source] [6647 lines] | BuddyPress Groups Template Functions. |
| bp-groups-widgets.php [source] [109 lines] | BuddyPress Groups Widgets |