bp_groups_clear_invite_count_on_uninvite( int $group_id, int $user_id )
Clear a user’s cached total group invite count when a user is uninvited.
Description
Groan. Our API functions are not consistent.
Parameters
- $group_id
-
(Required) The group ID. Not used in this function.
- $user_id
-
(Required) The user ID.
Source
File: bp-groups/bp-groups-cache.php
function bp_groups_clear_invite_count_on_uninvite( $group_id, $user_id ) { bp_groups_clear_invite_count_for_user( $user_id ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.