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.


Top ↑

Source Source

File: wp-admin/user-new.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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