@since: BuddyPress 1.6.0 |
Description |
|---|---|
| BP_Akismet::get_activity_types() |
Get a filterable list of activity types that Akismet should automatically check for spam. |
| bp_akismet_get_activity_types |
Filters the list of activity types that Akismet should automatically check for spam. |
| BP_Akismet::mark_as_spam() |
Mark activity item as spam. |
| bp_activity_akismet_mark_as_spam |
Fires after marking an activity item has been marked as spam. |
| BP_Akismet::mark_as_ham() |
Mark activity item as ham. |
| bp_activity_akismet_mark_as_ham |
Fires after marking an activity item has been marked as ham. |
| BP_Akismet::build_akismet_data_package() |
Build a data package for the Akismet service to inspect. |
| bp_akismet_build_akismet_data_package |
Filters activity data before being sent to Akismet to inspect. |
| BP_Akismet::check_activity() |
Check if the activity item is spam or ham. |
| BP_Akismet::comment_row_action() |
Add a history item to the hover links in an activity’s row. |