do_action( 'bp_blogs_before_remove_data_for_blog', int $blog_id )
Fires before all data related to a given blog is 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.5.0 | Introduced. |