On this page
do_action( 'remove_user_from_blog', int $user_id, int $blog_id, int $reassign )
Fires before a user is removed from a site.
Parameters
$user_idint-
ID of the user being removed.
$blog_idint-
ID of the blog the user is being removed from.
$reassignint-
ID of the user to whom to reassign posts.
Source
File: wp-includes/ms-functions.php. View all references
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );
Related
Used By
| Used By | Description |
|---|---|
| remove_user_from_blog() wp-includes/ms-functions.php | Removes a user from a blog. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | MU (3.0.0) |
| 5.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/remove_user_from_blog