apply_filters( 'bp_group_status_message', string $message , object $group )
Filters a message if the group is not visible to the current user.
Description Description
This will be true if it is a hidden or private group, and the user does not have access.
Parameters Parameters
- $message
-
(string) Message to display to the current user.
- $group
-
(object) Group to get status message for.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |