@since: BuddyPress 1.1.0
Description
bp_activity_check_exists_by_content()

Check whether an activity item exists with a given content string.

Source: bp-activity/bp-activity-functions.php:1317

bp_activity_check_exists_by_content

Filters the results of the check for whether an activity item exists by specified content.

Source: bp-activity/bp-activity-functions.php:1326

bp_activity_get_action()

Retrieve the current action from a component and key.

Source: bp-activity/bp-activity-functions.php:787

bp_activity_get_action

Filters the current action by component and key.

Source: bp-activity/bp-activity-functions.php:810

bp_activity_set_action()

Register an activity ‘type’ and its action description/callback.

Source: bp-activity/bp-activity-functions.php:332

bp_activity_set_action

Filters the action type being set for the current activity item.

Source: bp-activity/bp-activity-functions.php:368

bp_activity_filter_kses()

Custom kses filtering for activity content.

Source: bp-activity/bp-activity-filters.php:331

bp_activity_action_delete_activity()

Delete specific activity item and redirect to previous page.

Source: bp-activity/actions/delete.php:17

bp_activity_action_delete_activity

Fires after the deletion so plugins can act afterwards based on the activity.

Source: bp-activity/actions/delete.php:73

BP_Activity_Activity::check_exists_by_content()

Check whether an activity item exists with a given string content.

Source: bp-activity/classes/class-bp-activity-activity.php:1913