Function Meta_tree_builder->put_in_addon_tree
Definitions
sources/themes_meta_tree.php
- Put in an addon hierarchy under a path.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The path |
$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 |
$filter_level_b | ?string | Null | N/A | N/A | The second level of filter (null: no filter) |
$relationships_mode | boolean | False | N/A | N/A | Whether we have an extra level, the relationships mode |
$callback | ?mixed | Null | N/A | N/A | Callback to run on each iteration (null: none) |