Function __global->cns_delete_welcome_email
Definitions
sources/cns_general_action2.php
- Delete a Welcome E-mail.
- 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 |
Preview
Code (PHP)
/**
* Delete a Welcome E-mail.
*
* @param AUTO_LINK $id The ID
*/
function cns_delete_welcome_email(int $id)
* Delete a Welcome E-mail.
*
* @param AUTO_LINK $id The ID
*/
function cns_delete_welcome_email(int $id)

