do_action( 'groups_avatar_uploaded', int $group_id, string $type, array $args )

Fires after a group avatar is uploaded.


Parameters Parameters

$group_id

(int) ID of the group.

$type

(string) Avatar type. 'crop' or 'full'.

$args

(array) Array of parameters passed to the avatar handler.


Source Source

File: bp-groups/screens/single/admin/group-avatar.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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