apply_filters( 'bp_members_invitations_get_hash', string $hash , BP_Invitation )
Filters the hash calculated by the invitation details.
Parameters Parameters
- $hash
-
(string) Calculated sha1 hash.
-
(BP_Invitation) object $invitation Invitation hash was created from.
Source Source
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |