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) Array of user IDs to notify about the update.

$subject

(string) Deprecated in 2.5; now an empty string.

$value

(string) Empty string preventing PHP error.

$group_id

(int) ID of the group that was updated.

Source

File: bp-groups/bp-groups-notifications.php

Changelog

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.