bp_members_invitations_user_has_sent_invites( int $user_id )
Check whether a user has sent any community invitations.
Description Description
Parameters Parameters
- $user_id
-
(Required) ID of user to check for invitations sent by. Defaults to the current user's ID.
Return Return
(bool) $invites True if user has sent invites.
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |