Function __global->cns_invite_to_pt
Definitions
sources/cns_topics_action2.php
- Invite a member to a PT.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | MEMBER | No | No | required parameter | N/A | N/A | Member getting access |
| $topic_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The topic |
Preview
Code (PHP)
/**
* Invite a member to a PT.
*
* @param MEMBER $member_id Member getting access
* @param AUTO_LINK $topic_id The topic
*/
function cns_invite_to_pt(int $member_id, int $topic_id)
* Invite a member to a PT.
*
* @param MEMBER $member_id Member getting access
* @param AUTO_LINK $topic_id The topic
*/
function cns_invite_to_pt(int $member_id, int $topic_id)
