Function __global->cns_delete_multi_moderation
Definitions
sources/cns_multi_moderations2.php
- Delete a Multi Moderation.
- 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 of the Multi Moderation we are deleting |
Preview
Code (PHP)
/**
* Delete a Multi Moderation.
*
* @param AUTO_LINK $id The ID of the Multi Moderation we are deleting
*/
function cns_delete_multi_moderation(int $id)
* Delete a Multi Moderation.
*
* @param AUTO_LINK $id The ID of the Multi Moderation we are deleting
*/
function cns_delete_multi_moderation(int $id)

