apply_filters( 'RML/Tree/ResolveById', $folder, $id, $structure ) → {IFolder}
When a folder is not found by an absolute path this filter is
called and looks up for folders which are perhaps handled by other
structures.
Parameters:
Name | Type | Description |
---|---|---|
$folder |
IFolder | The folder (null if not found) |
$id |
integer | The searched Id |
$structure |
IStructure | The structure |
- Since:
- 3.3.1
- Source:
Returns:
The found folder or null if not found
- Type
- IFolder