BuddyPress Reference
This serves as an “as-is” resource for the various hooks and filters present in the BuddyPress social networking platform available for the WordPress platform. All information found here is current as of version 1.2.1. While we will try to keep up to date as new versions are released, if resources are low it may take a little time.
The action hooks are listed as they appear in the BuddyPress files along with the source file’s location within the BuddyPress directory structure. We will do our best to document whatever hooks we can, however any outside help would be greatly appreciated, since (as you can see) there are quite a few of them. Some of these hooks may appear in multiple files, but to reduce the amount of redundancy we have excluded duplicates since calling “add_action” on a specific hook, regardless of the file source it is found in still interacts when the “do_action” is called.
do_action( $tag, $args )
Example
This is an example of what you will find below. $tag here represents the name of the hook. $args represents the arguments that the hook accepts. There may be more than one argument listed, separated by a comma.
More Coming Soon!