@since: BuddyPress 1.6.0 |
Description |
---|---|
bp_activity_admin_action_after |
Fires before redirect for plugins to do something with activity. |
bp_activity_admin_action_redirect |
Filters redirect URL after activity spamming/un-spamming/deletion occurs. |
bp_activity_admin_edit_after |
Fires before redirect so plugins can do something first on save action. |
bp_activity_admin_edit_redirect |
Filters URL to redirect to after saving. |
bp_activity_action_spam_activity() |
Mark specific activity item as spam and redirect to previous page. |
bp_activity_before_action_spam_activity |
Fires before the marking activity as spam so plugins can modify things if they want to. |
bp_activity_action_spam_activity |
Fires after the marking activity as spam so plugins can act afterwards based on the activity. |
bp_activity_add_admin_menu() |
Register the Activity component admin screen. |
BP_Akismet::get_activity_history() |
Get an activity item’s Akismet history. |
bp_activity_akismet_spam_caught |
Fires after an activity item has been proven to be spam, but before officially being marked as spam. |