bp_the_members_invitation_action_links( array|string $args = '' )
Output the action links for the current invitation.
Parameters Parameters
- $args
-
(array|string) (Optional) Array of arguments.
Default value: ''
Source Source
File: bp-members/bp-members-template.php
function bp_the_members_invitation_action_links( $args = '' ) { echo bp_get_the_members_invitation_action_links( $args ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |