function update
This commit is contained in:
parent
0956bd7297
commit
50fb63f53c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue