bp_get_the_members_invitation_action_links( array|string $args = '' )
Return the action links for the current invitation.
Description Description
Parameters Parameters
- $args
-
(Optional)
- 'before'
(string) HTML before the links. - 'after'
(string) HTML after the links. - 'sep'
(string) HTML between the links. - 'links'
(array) Array of links to implode by 'sep'. - 'user_id'
(int) User ID to fetch action links for. Defaults to displayed user ID.
Default value: ''
- 'before'
Return Return
(string) HTML links for actions to take on single notifications.
Source Source
File: bp-members/bp-members-template.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |