do_action( 'bp_activity_remove_all_user_data', int $user_id )
Fires after the removal of all of a user’s activity data.
Description Description
Parameters Parameters
- $user_id
-
ID of the user being deleted.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |