Function __global->_get_upload_tree_path
Definitions
sources/uploads2.php
- Find a tree path for a content item.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$content_type | string | required parameter | N/A | N/A | Content type |
$parent_id | mixed | required parameter | N/A | N/A | Parent ID of our content item |
$cma_info | array | required parameter | N/A | N/A | Content meta aware details |
$upload_directory | string | required parameter | N/A | N/A | Upload directory |
Return
- Tree path (null: error)
- Type: ?string
- Set: N/A
- Range: N/A