@since: BuddyPress 1.6.0 |
Description |
---|---|
bp_add_options |
Fires after the addition of default options when BuddyPress is first activated. |
bp_delete_options() |
Delete default options. |
bp_delete_options |
Fires after the deletion of default options when BuddyPress is first deactivated. |
bp_setup_activity() |
Set up the bp-activity component. |
bp_activity_user_can_mark_spam() |
Fetch whether the current user is allowed to mark items as spam. |
bp_activity_user_can_mark_spam |
Filters whether the current user should be able to mark items as spam. |
bp_activity_mark_as_spam() |
Mark an activity item as spam. |
bp_activity_mark_as_spam |
Fires at the end of the process to mark an activity item as spam. |
bp_activity_mark_as_ham() |
Mark an activity item as ham. |
bp_activity_mark_as_ham |
Fires at the end of the process to mark an activity item as ham. |