- fixed saving files to register a new user, if there are fields with files #2

This commit is contained in:
Denis Baranov
2017-10-20 12:58:25 +03:00
parent e074a07f25
commit 853ef04638
+1 -1
View File
@@ -298,7 +298,7 @@
}
**
/**
* Saving files to register a new user, if there are fields with files
*/
add_action( 'um_registration_set_extra_data', 'um_registration_save_files', 10, 2 );