Function __global->actual_delete_theme
Definitions
sources/themes3.php
- Delete a theme.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$theme | ID_TEXT | No | No | required parameter | N/A | N/A | The theme name |
Preview
Code (PHP)
/**
* Delete a theme.
*
* @param ID_TEXT $theme The theme name
*/
function actual_delete_theme(string $theme)
* Delete a theme.
*
* @param ID_TEXT $theme The theme name
*/
function actual_delete_theme(string $theme)