Function __global->actual_rename_theme
Definitions
sources/themes3.php
- Rename 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 original theme name |
$to | ID_TEXT | No | No | required parameter | N/A | N/A | The new theme name |
Preview
Code (PHP)
/**
* Rename a theme.
*
* @param ID_TEXT $theme The original theme name
* @param ID_TEXT $to The new theme name
*/
function actual_rename_theme(string $theme, string $to)
* Rename a theme.
*
* @param ID_TEXT $theme The original theme name
* @param ID_TEXT $to The new theme name
*/
function actual_rename_theme(string $theme, string $to)