do_action( 'bp_groups_sent_updated_email', array $user_ids , string $subject , string $value , int $group_id )
Fires after the notification is sent that a group has been updated.
Description Description
See https://buddypress.trac.wordpress.org/ticket/3644 for blank message parameter.
Parameters Parameters
- $user_ids
-
Array of user IDs to notify about the update.
- $subject
-
Deprecated in 2.5; now an empty string.
- $value
-
Empty string preventing PHP error.
- $group_id
-
ID of the group that was updated.
Source Source
File: bp-groups/bp-groups-notifications.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | $subject has been unset and is deprecated. |
1.5.0 | Introduced. |