bp_members_sanitize_invitation_property( int|string $value = '', string $property = '', string $context = 'html' )
Sanitize the invitation property output.
Description Description
Parameters Parameters
- $value
-
(Optional) The value for the requested property.
Default value: ''
- $property
-
(Optional) The name of the requested property.
Default value: ''
- $context
-
(Optional) The context of display.
Default value: 'html'
Return Return
(int|string) The sanitized value.
Source Source
File: bp-members/bp-members-filters.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |