bp_invitation_before_delete, $args
bp_invitation_before_delete, $args
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_invitation_before_delete, $args') is found 1 times:
- /bp-core/classes/class-bp-invitation.php line 997
* @since 5.0.0 * * @param array $args Characteristics of the invitations to be deleted. */ do_action( 'bp_invitation_before_delete', $args ); // Clear matching items from the cache. $cache_args = $args; $cache_args['fields'] = 'ids'; $maybe_cached_ids = self::get( $cache_args ); foreach ( $maybe_cached_ids as $invite_id ) {