Function __global->save_form_custom_fields
Definitions
sources/fields.php
- Save custom fields to a content item.
- 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 | Content type hook codename |
$id | ID_TEXT | required parameter | N/A | N/A | Content entry ID |
$old_id | ?ID_TEXT | Null | N/A | N/A | Content entry ID (prior to possible rename) (null: definitely unchanged) |