do_action( 'remove_user_from_blog', int $user_id, int $blog_id )

Fires before a user is removed from a site.


Description Description


Parameters Parameters

$user_id

(int) User ID.

$blog_id

(int) Blog ID.


Top ↑

Source Source

File: wp-includes/ms-functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.