@since: BuddyPress 1.1.0 |
Description |
---|---|
bp_activity_check_exists_by_content() |
Check whether an activity item exists with a given content string. |
bp_activity_check_exists_by_content |
Filters the results of the check for whether an activity item exists by specified content. |
bp_activity_get_action() |
Retrieve the current action from a component and key. |
bp_activity_get_action |
Filters the current action by component and key. |
bp_activity_set_action() |
Register an activity ‘type’ and its action description/callback. |
bp_activity_set_action |
Filters the action type being set for the current activity item. |
bp_activity_filter_kses() |
Custom kses filtering for activity content. |
bp_activity_action_delete_activity |
Fires after the deletion so plugins can act afterwards based on the activity. |
bp_activity_action_delete_activity() |
Delete specific activity item and redirect to previous page. |
BP_Activity_Activity::check_exists_by_content() |
Check whether an activity item exists with a given string content. |