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

