Function __global->may_use_invites
Definitions
sources/recommend.php
- Whether the current member may use invites.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether they may
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether the current member may use invites.
*
* @return boolean Whether they may
*/
function may_use_invites() : bool
* Whether the current member may use invites.
*
* @return boolean Whether they may
*/
function may_use_invites() : bool

