Function Forum_driver_wbb22->set_custom_field
Definitions
sources/forum/wbb22.php
- Set a Custom Profile Field's value, if the custom field exists. Only works on specially-named (titled) fields.
- Visibility: public
- 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 ID |
$field | string | required parameter | N/A | N/A | The field name (e.g. "firstname" for the CPF with a title of "cms_firstname") |
$value | string | required parameter | N/A | N/A | The value |