- fixed input POST data on Change Password

This commit is contained in:
yuriinalivaiko
2023-03-01 14:54:30 +02:00
parent b4b46b9643
commit 861930f108
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ if ( ! class_exists( 'um\core\Account' ) ) {
if ( um_submitting_account_page() ) {
UM()->form()->post_form = $_POST;
UM()->form()->post_form = wp_unslash( $_POST );
/**
* UM hook