function update

This commit is contained in:
magepeopleteam 2022-08-25 05:27:26 +00:00
parent 0956bd7297
commit 50fb63f53c
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ if (!function_exists('mep_attendee_create')) {
if (sizeof($mep_form_builder_data) > 0) {
foreach ($mep_form_builder_data as $_field) {
update_post_meta($pid, "ea_" . $_field['mep_fbc_id'], $_user_info[$_field['mep_fbc_id']]);
do_action('mep_attendee_upload_file_save',$event_id,$_user_info,$_field,);
do_action('mep_attendee_upload_file_save',$event_id,$_user_info,$_field);
}
} // End User Form builder data update loop