bp_blogs_remove_data_for_blog, $blog_id

bp_blogs_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_remove_data_for_blog, $blog_id') is found 1 times:

  • /bp-blogs/bp-blogs-functions.php line 1229
    	 * @since 1.0.0
    	 *
    	 * @param int $blog_id ID of the blog whose data is being removed.
    	 */
    	do_action( 'bp_blogs_remove_data_for_blog', $blog_id );
    }
    add_action( 'bp_delete_site', 'bp_blogs_remove_data_for_blog', 1 );
    
    /**
     * Get all of a user's blogs, as tracked by BuddyPress.
     *