<tr>
<td>glm-member-db-save-custom-fields</td>
<td>Filter</td>
- <td>$entityID</td>
+ <td>$entityId</td>
<td>
Save the data for the Member Info Custom Fields.
- <p>$entityID field is an INTEGER that is unique for the member_info record. This points to the related
+ <p>$entityId field is an INTEGER that is unique for the member_info record. This points to the related
member info record.</p>
</td>
</tr>
<tr>
<td>glm-member-db-clone-custom-fields</td>
<td>Action</td>
- <td>$entityID, $newId</td>
+ <td>$entityId, $newId</td>
<td>
Clones the custom fields data. Grabs the custom field data for an entity and setup those custom
fields for a new id. This is used when cloning the member info record.
- <p>$entityID field is an INTEGER that is unique to the member_info record. This points to the related
+ <p>$entityId field is an INTEGER that is unique to the member_info record. This points to the related
member info record.</p>
<p>$newId field is an INTEGER that is unique to the cloned member_info record.</p>
</td>