Function __global->actual_delete_theme_image
Definitions
sources/themes3.php
- Delete a theme image.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$id | SHORT_TEXT | No | No | required parameter | N/A | N/A | The theme image ID |
$theme | ?ID_TEXT | No | No | Null | N/A | N/A | The theme to delete in (null: all themes) |
$lang | ?LANGUAGE_NAME | No | No | Null | N/A | N/A | The language to delete in (null: all languages) (blank: all languages) |
Preview
Code (PHP)
/**
* Delete a theme image.
*
* @param SHORT_TEXT $id The theme image ID
* @param ?ID_TEXT $theme The theme to delete in (null: all themes)
* @param ?LANGUAGE_NAME $lang The language to delete in (null: all languages) (blank: all languages)
*/
function actual_delete_theme_image(string $id, ?string $theme = null, ?string $lang = null)
* Delete a theme image.
*
* @param SHORT_TEXT $id The theme image ID
* @param ?ID_TEXT $theme The theme to delete in (null: all themes)
* @param ?LANGUAGE_NAME $lang The language to delete in (null: all languages) (blank: all languages)
*/
function actual_delete_theme_image(string $id, ?string $theme = null, ?string $lang = null)