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.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 $subject has been unset and is deprecated.
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.