Function __global->themewizard_find_css_sheets
Definitions
sources/themewizard.php
- Find CSS files of a theme.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$source_theme | ID_TEXT | required parameter | N/A | N/A | The theme it's being generated from |
$seed | ?string | Null | N/A | N/A | Seed colour to use (null: don't compare to source theme's seed) |
$dark | ?boolean | Null | N/A | N/A | Whether it will be a dark theme (null: don't compare to source theme's seed) |
$in_scope_only | boolean | True | N/A | N/A | Only return if in the scope of the Theme Wizard |
Return
- Map of CSS files from filename to path
- Type: array
- Set: N/A
- Range: N/A