Function __global->cns_get_custom_fields_member
Definitions
sources/cns_members.php
- Returns a mapping between field number and field value. Doesn't take translation into account. Doesn't take anything permissive into account.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | MEMBER | No | No | required parameter | N/A | N/A | The member |
Returns
- The mapping
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns a mapping between field number and field value. Doesn't take translation into account. Doesn't take anything permissive into account.
*
* @param MEMBER $member_id The member
* @return array The mapping
*/
function cns_get_custom_fields_member(int $member_id) : array
* Returns a mapping between field number and field value. Doesn't take translation into account. Doesn't take anything permissive into account.
*
* @param MEMBER $member_id The member
* @return array The mapping
*/
function cns_get_custom_fields_member(int $member_id) : array

