do_action( 'bp_members_invitations_list_invites_action', string $action, int $invitation_id, int $user_id )

Hook here to handle custom actions.


Parameters Parameters

$action

(string) The action name.

$invitation_id

(int) The invitation ID.

$user_id

(int) The displayed user ID.


Source Source

File: bp-members/screens/invitations.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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