});
/**
- * ????????
+ * Save the data for the Member Info Custom Fields
+ * Returns true if successful
+ * Returns failure array if something goes wrong.
*/
add_filter('glm-member-db-save-custom-fields', function( $entityID) {
require_once GLM_MEMBERS_FIELDS_PLUGIN_CLASS_PATH . '/customFieldPluginSupport.php';
);
/**
- * ????????
+ * Clones the custom fields data
+ * Grabs the custom field data for an entity and setup those custom fields
+ * for a new id.
*/
add_action(
'glm-member-db-clone-custom-fields',