Function Meta_tree_builder->refresh_for_theme
Definitions
sources/themes_meta_tree.php
- Build out meta-directories for a theme.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$theme | ID_TEXT | required parameter | N/A | N/A | The theme |
$filter_level_a | ?string | Null | N/A | N/A | The first level of filter (null: no filter, full rebuild) |
$filter_level_b | ?string | Null | N/A | N/A | The second level of filter (null: no filter) |
$callback | ?mixed | Null | N/A | N/A | Callback to run on each iteration (null: none) |