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

Fires before the deletion so plugins can still fetch information about it.


Parameters Parameters

$activity_id

(int) The activity ID.

$user_id

(int) The user associated with the activity.


Source Source

File: bp-activity/actions/delete.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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