Function __global->_cns_make_member_cpfs
Definitions
sources/cns_members_action.php
- Make a member's custom fields row.This function assumes the row does not yet exist.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member to which we are making the CPFs |
$custom_fields | array | required parameter | N/A | N/A | A map of custom field values (fieldID=>value) |
$all_fields | array | required parameter | N/A | N/A | A map of all member fields |