Function __global->has_edit_author_permission
Definitions
sources/authors.php
- Find if a member's usergroup has permission to edit an author.
- 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 being checked whether to have the access |
$author | ID_TEXT | required parameter | N/A | N/A | An author |
Return
- Whether the member can edit this author
- Type: boolean
- Set: N/A
- Range: N/A