bp_blogs_before_remove_data_for_blog, $blog_id
bp_blogs_before_remove_data_for_blog, $blog_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_blogs_before_remove_data_for_blog, $blog_id') is found 1 times:
- /bp-blogs/bp-blogs-functions.php line 1216
* @since 1.5.0 * * @param int $blog_id ID of the blog whose data is being removed. */ do_action( 'bp_blogs_before_remove_data_for_blog', $blog_id ); // If this is regular blog, delete all data for that blog. BP_Blogs_Blog::delete_blog_for_all( $blog_id ); /** * Fires after all data related to a given blog has been removed from blogs tracker