Function __global->cns_unban_member
Definitions
sources/cns_members_action2.php
- Unban a member.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the member |
Preview
Code (PHP)
/**
* Unban a member.
*
* @param AUTO_LINK $member_id The ID of the member
*/
function cns_unban_member(int $member_id)
* Unban a member.
*
* @param AUTO_LINK $member_id The ID of the member
*/
function cns_unban_member(int $member_id)
