@since: BuddyPress 2.0.0 |
Description |
---|---|
bp_notification_before_delete |
Fires before the deletion of a notification item. |
bp_notification_before_save |
Fires before the current notification item gets saved. |
bp_notification_after_save |
Fires after the current notification item gets saved. |
bp_notifications_clear_all_for_user_cache_after_save() |
Invalidate ‘all_for_user_’ cache when saving. |
bp_notifications_clear_all_for_user_cache_before_delete() |
Invalidate the ‘all_for_user_’ cache when deleting. |
bp_blogs_disable_activity_commenting() |
Disable activity commenting for blog posts based on certain criteria. |
bp_blogs_can_comment_reply() |
Check if an activity comment associated with a blog post can be replied to. |
bp_blogs_activity_comment_permalink() |
Changes activity comment permalinks to use the blog comment permalink instead of the activity permalink. |
bp_blogs_format_activity_action_new_custom_post_type_feed |
Filters the new blog post action for the new blog. |
bp_blogs_setup_activity_loop_globals() |
Utility function to set up some variables for use in the activity loop. |