Function __global->delete_download_category
Definitions
sources/downloads2.php
- Delete a download category.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $category_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The download category to delete |
Preview
Code (PHP)
/**
* Delete a download category.
*
* @param AUTO_LINK $category_id The download category to delete
*/
function delete_download_category(int $category_id)
* Delete a download category.
*
* @param AUTO_LINK $category_id The download category to delete
*/
function delete_download_category(int $category_id)

