do_action( 'invite_user', int $user_id , array $role , string $newuser_key )
Fires immediately after a user is invited to join a site, but before the notification is sent.
Description Description
Parameters Parameters
- $user_id
-
(int) The invited user's ID.
- $role
-
(array) The role of invited user.
- $newuser_key
-
(string) The key of the invitation.
Source Source
File: wp-admin/user-new.php
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |