Function Forum_driver_none->_is_super_admin
Definitions
sources/forum/none.php
- Find if the specified member ID is marked as a super admin or not.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member ID |
Return
- Whether the member is a super admin
- Type: boolean
- Set: N/A
- Range: N/A