@since: BuddyPress 1.6.0 |
Description |
|---|---|
| bp_activity_admin() |
Output the Activity component admin screens. |
| bp_activity_admin_edit() |
Display the single activity edit screen. |
| bp_activity_admin_edit |
Fires before activity edit form is displays so plugins can modify the activity. |
| bp_activity_admin_edit_metabox_status() |
Status metabox for the Activity admin edit screen. |
| bp_activity_add_admin_menu() |
Register the Activity component admin screen. |
| 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_akismet_spam_caught |
Fires after an activity item has been proven to be spam, but before officially being marked as spam. |
| BP_Akismet::update_activity_spam_meta() |
Update activity meta after a manual spam change (user-initiated). |