Fires when a user is removed from a blog on a multisite installation
Parameters
- $user_id
int – ID of the removed user
- $reassigned_user_id
int – ID of the user the removed user's posts are reassigned to (if any).
Changelog
- Introduced in Jetpack 1.6.3
jetpack_removed_user_from_blogFires when a user is removed from a blog on a multisite installation
int– ID of the removed user
int– ID of the user the removed user's posts are reassigned to (if any).