Function __global->gift_points_maximum
Definitions
sources/points.php
- Calculate the maximum number of gift points a member can possibly have based on usergroup membership and time since joining.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member to calculate |
Return
- The maximum gift points the member can possibly have
- Type: integer
- Set: N/A
- Range: N/A