do_action_ref_array( 'bp_groups_delete_group', BP_Groups_Group $this, array $user_ids )

Fires before the deletion of a group.


Description Description


Parameters Parameters

$this

Current instance of the group item being deleted. Passed by reference.

$user_ids

Array of user IDs that were members of the group.


Top ↑

Source Source

File: bp-groups/classes/class-bp-groups-group.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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