do_action( 'bp_blogs_remove_blog', int $blog_id )
Fires after a “blog created” item has been removed from blogs tracker and activity stream.
Parameters Parameters
- $blog_id
-
(int) ID of the blog who had its item removed.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |