bp_the_members_invitations_resend_link( int $user_id )
Output the resend link for the current invitation.
Parameters Parameters
- $user_id
-
(int) (Required) The user ID.
Source Source
File: bp-members/bp-members-template.php
function bp_the_members_invitations_resend_link( $user_id = 0 ) { echo bp_get_the_members_invitation_delete_link( $user_id ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |