do_action( 'bp_activity_action_delete_activity', int $activity_id, int $user_id )

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


Description Description


Parameters Parameters

$activity_id

The activity ID.

$user_id

The user associated with the activity.


Top ↑

Source Source

File: bp-activity/actions/delete.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.