apply_filters( "bp_groups_{$amount}_", array $array , int $group_link , string $group->name , string $text , string $notification_link )
Filters single group invitation notification for non-string format.
Description Description
Complete filter – bp_groups_single_group_invite_notification.
Parameters Parameters
- $array
-
Array holding permalink and content for notification.
- $group_link
-
The permalink for the group.
- $group->name
-
Name of the group.
- $text
-
Notification content.
- $notification_link
-
The permalink for notification.
Source Source
File: bp-groups/bp-groups-notifications.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |