bp_blogs_before_remove_data_for_blog, $blog_id

bp_blogs_before_remove_data_for_blog, $blog_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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