@since: BuddyPress 2.0.0
Description
bp_notification_before_delete

Fires before the deletion of a notification item.

Source: bp-notifications/classes/class-bp-notifications-notification.php:906

bp_notification_before_save

Fires before the current notification item gets saved.

Source: bp-notifications/classes/class-bp-notifications-notification.php:125

bp_notification_after_save

Fires after the current notification item gets saved.

Source: bp-notifications/classes/class-bp-notifications-notification.php:163

bp_notifications_clear_all_for_user_cache_after_save()

Invalidate ‘all_for_user_’ cache when saving.

Source: bp-notifications/bp-notifications-cache.php:58

bp_notifications_clear_all_for_user_cache_before_delete()

Invalidate the ‘all_for_user_’ cache when deleting.

Source: bp-notifications/bp-notifications-cache.php:70

bp_blogs_disable_activity_commenting()

Disable activity commenting for blog posts based on certain criteria.

Source: bp-blogs/bp-blogs-activity.php:1297

bp_blogs_can_comment_reply()

Check if an activity comment associated with a blog post can be replied to.

Source: bp-blogs/bp-blogs-activity.php:1386

bp_blogs_activity_comment_permalink()

Changes activity comment permalinks to use the blog comment permalink instead of the activity permalink.

Source: bp-blogs/bp-blogs-activity.php:1428

bp_blogs_format_activity_action_new_custom_post_type_feed

Filters the new blog post action for the new blog.

Source: bp-blogs/bp-blogs-activity.php:1677

bp_blogs_setup_activity_loop_globals()

Utility function to set up some variables for use in the activity loop.

Source: bp-blogs/bp-blogs-activity.php:1207