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: ''


Top ↑

Return Return

(string) HTML links for actions to take on single notifications.


Top ↑

Source Source

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


			

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.