bp_the_members_invitation_property( string $property = '', string $context = 'html' )
Output the requested property of the invitation currently being iterated on.
Description Description
Parameters Parameters
- $property
-
(Optional) The name of the property to display.
Default value: ''
- $context
-
(Optional) The context of display. Possible values are 'attribute' and 'html'.
Default value: 'html'
Source Source
File: bp-members/bp-members-template.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |