Function __global->set_url_moniker
Definitions
sources/content2.php
- Set a URL moniker for a resource.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$content_type | ID_TEXT | required parameter | N/A | N/A | The type of resource (e.g. download) |
$content_id | ID_TEXT | required parameter | N/A | N/A | The old ID of the resource |
$fields_to_skip | array | [] | N/A | N/A | List of fields to NOT take in |
$new_content_id | ?ID_TEXT | Null | N/A | N/A | The new ID of the resource (null: not being renamed) |