WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about remove_user_from_blog

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php do_action 246 /**
* Fires before a user is removed from a site.
*
* @since MU (3.0.0)
* @since 5.4.0 Added the `$reassign` parameter.
*
* @param int $user_id ID of the user being removed.
* @param int $blog_id ID of the blog the user is being removed from.
* @param int $reassign ID of the user to whom to reassign posts.
*/

Hook Parameters

Parameter Type Name Description
int $user_id ID of the user being removed.
int $blog_id ID of the blog the user is being removed from.
int $reassign ID of the user to whom to reassign posts.