mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* fixed #1554;
* updated changelog.txt; * updated readme.txt; * clean comments;
This commit is contained in:
@@ -150,7 +150,6 @@ if ( ! class_exists( 'um\admin\Secure' ) ) {
|
||||
}
|
||||
// Restore Account Status.
|
||||
if ( isset( $metadata['account_status'] ) ) {
|
||||
// UM()->user()->set_status( $metadata['account_status'] );
|
||||
UM()->common()->users()->set_status( $user_id, $metadata['account_status'] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user