Function __global->delete_news_category
Definitions
sources/news2.php
- Delete a news category.
- 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 news category to delete |
Preview
Code (PHP)
/**
* Delete a news category.
*
* @param AUTO_LINK $id The news category to delete
*/
function delete_news_category(int $id)
* Delete a news category.
*
* @param AUTO_LINK $id The news category to delete
*/
function delete_news_category(int $id)

