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
See https://buddypress.trac.wordpress.org/ticket/3644 for blank message parameter.
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
Changelog
Version | Description |
---|---|
BuddyPress 2.5.0 $subject has been unset and is deprecated. | BuddyPress 2.5.0 $subject has been unset and is deprecated. |
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.