Function __global->may_vote_in_poll
Definitions
sources/polls.php
- Find whether the current member may vote.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$poll_id | AUTO_LINK | required parameter | N/A | N/A | The poll ID |
$member_id | MEMBER | required parameter | N/A | N/A | Who to check for |
$ip | IP | required parameter | N/A | N/A | The IP to check for |
Return
- Whether the current member may vote
- Type: boolean
- Set: N/A
- Range: N/A