wpseek.com
A WordPress-centric search engine for devs and theme authors



remove_user_from_blog › WordPress Action Hooks

Since5.4.0
Deprecatedn/a
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign )
Parameters: (3)
  • (int) $user_id ID of the user being removed.
    Required: Yes
  • (int) $blog_id ID of the blog the user is being removed from.
    Required: Yes
  • (int) $reassign ID of the user to whom to reassign posts.
    Required: Yes
Defined at:
Codex:

Fires before a user is removed from a site.





Source

do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );