@since: BuddyPress 1.6.0 |
Description |
---|---|
bp_activity_admin_screen_options() |
Handle save/update of screen options for the Activity component admin screen. |
bp_activity_admin_edit_hidden_metaboxes() |
Hide the advanced edit meta boxes by default, so we don’t clutter the screen. |
bp_hide_meta_boxes |
Filters default hidden metaboxes so plugins can alter list. |
bp_activity_admin_load() |
Set up the Activity admin page. |
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::update_activity_akismet_meta() |
Update activity meta after an automatic spam check (not user-initiated). |
BP_Akismet::send_akismet_request() |
Contact Akismet to check if this is spam or ham. |