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.
Description Description
Parameters Parameters
- $blog_id
-
ID of the blog whose data is being removed.
Source Source
File: bp-blogs/bp-blogs-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |