mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed input POST data on Change Password
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user