mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
- fixed conditional logic for profile form fields on submit;
- small notices fixes;
This commit is contained in:
@@ -558,7 +558,6 @@
|
||||
***/
|
||||
add_action( 'um_submit_form_profile', 'um_submit_form_profile', 10 );
|
||||
function um_submit_form_profile( $args ) {
|
||||
|
||||
if ( isset( UM()->form()->errors ) )
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user