Function __global->load_themewizard_params_from_theme
Definitions
sources/themewizard.php
- Given a source theme name, configure the Theme Wizard for theme generation from it.
- 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 |
| $guess_images_if_needed | boolean | No | No | False | N/A | N/A | Whether we suspect the theme might not be well defined |
Preview
Code (PHP)
/**
* Given a source theme name, configure the Theme Wizard for theme generation from it.
*
* @param ID_TEXT $theme The theme name
* @param boolean $guess_images_if_needed Whether we suspect the theme might not be well defined
*/
function load_themewizard_params_from_theme(string $theme, bool $guess_images_if_needed = false)
* Given a source theme name, configure the Theme Wizard for theme generation from it.
*
* @param ID_TEXT $theme The theme name
* @param boolean $guess_images_if_needed Whether we suspect the theme might not be well defined
*/
function load_themewizard_params_from_theme(string $theme, bool $guess_images_if_needed = false)

