jetpack_removed_user_from_blog, $user_id, $reassigned_user_id
jetpack_removed_user_from_blog, $user_id, $reassigned_user_id
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_removed_user_from_blog, $user_id, $reassigned_user_id') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 872
* * @param int $user_id - ID of the removed user * @param int $reassigned_user_id - ID of the user the removed user's posts are reassigned to (if any). */ do_action( 'jetpack_removed_user_from_blog', $user_id, $reassigned_user_id ); } /** * Whether we're adding a new user to a blog in this request. * * @access protected