Function __global->_generate_logo_get_image
Definitions
sources/themewizard.php
- Generate a PHP GD resource for an image.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $image_codename | string | No | No | required parameter | N/A | N/A | The image codename |
| $theme | string | No | No | required parameter | N/A | N/A | The theme name |
Returns
- The image resource
- Type: resource
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Generate a PHP GD resource for an image.
*
* @param string $image_codename The image codename
* @param string $theme The theme name
* @return resource The image resource
*/
function _generate_logo_get_image(string $image_codename, string $theme)
* Generate a PHP GD resource for an image.
*
* @param string $image_codename The image codename
* @param string $theme The theme name
* @return resource The image resource
*/
function _generate_logo_get_image(string $image_codename, string $theme)

