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.


Top ↑

Return Return

(bool) $invites True if user has sent invites.


Top ↑

Source Source

File: bp-members/bp-members-functions.php


			

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.