Function __global->delete_usergroup_subscription
Definitions
sources/ecommerce2.php
- Delete a usergroup subscription.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID |
| $uhoh_mail | LONG_TEXT | No | No | Blank (empty string) | N/A | N/A | The cancellation mail to send out (blank: none) |
Preview
Code (PHP)
/**
* Delete a usergroup subscription.
*
* @param AUTO_LINK $id The ID
* @param LONG_TEXT $uhoh_mail The cancellation mail to send out (blank: none)
*/
function delete_usergroup_subscription(int $id, string $uhoh_mail = '')
* Delete a usergroup subscription.
*
* @param AUTO_LINK $id The ID
* @param LONG_TEXT $uhoh_mail The cancellation mail to send out (blank: none)
*/
function delete_usergroup_subscription(int $id, string $uhoh_mail = '')

