Function Meta_tree_builder->find_theme_files_from_addon
Definitions
sources/themes_meta_tree.php
- Find all of a particular kind of file in an addon.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$addon_name | ID_TEXT | required parameter | N/A | N/A | The addon |
$subdir | ID_TEXT | required parameter | N/A | N/A | The theme subdirectory we're working against |
$theme | ID_TEXT | required parameter | N/A | N/A | The theme |
Return
- The files
- Type: array
- Set: N/A
- Range: N/A