Fires before a user is removed from a site.
Parameters
$user_id
int- ID of the user being removed.
$blog_id
int- ID of the blog the user is being removed from.
$reassign
int- ID of the user to whom to reassign posts.
Source
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );
Changelog
Version | Description |
---|---|
MU (3.0.0) | MU (3.0.0) |
5.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.