do_action( 'bp_members_invitations_invite_user', array $r, int|bool $created )

Fires after the creation of a new network invite.


Parameters Parameters

$r

(array) Array of parsed arguments for the network invite.

$created

(int|bool) The ID of the invitation or false if it couldn't be created.


Source Source

File: bp-members/bp-members-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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