do_action( 'invite_user', int $user_id, array $role, string $newuser_key )

Fires immediately after an existing user is invited to join the site, but before the notification is sent.


Parameters

$user_id

The invited user's ID.

$role

Array containing role information for the invited user.

$newuser_key

The key of the invitation.


Source

File: wp-admin/user-new.php

View on GitHub


Changelog

Changelog
Version Description
4.4.0 Introduced.