do_action( 'groups_details_updated', int $value, BP_Groups_Group $old_group, bool $notify_members )

Fired after a group’s details are updated.


Description Description


Parameters Parameters

$value

ID of the group.

$old_group

Group object, before being modified.

$notify_members

Whether to send an email notification to members about the change.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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