do_action( 'bp_blogs_remove_data_for_blog', int $blog_id )
Fires after all data related to a given blog has been removed from blogs tracker and activity stream.
Parameters Parameters
- $blog_id
-
(int) ID of the blog whose data is being removed.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |