do_action( 'groups_avatar_uploaded', int $group_id , string $type , array $args )
Fires after a group avatar is uploaded.
Description Description
Parameters Parameters
- $group_id
-
ID of the group.
- $type
-
Avatar type. 'crop' or 'full'.
- $args
-
Array of parameters passed to the avatar handler.
Source Source
File: bp-groups/screens/single/admin/group-avatar.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |