* updated changelog.txt;
* updated readme.txt;
* clean comments;
This commit is contained in:
Mykyta Synelnikov
2024-09-30 23:48:18 +03:00
parent b767e04618
commit 49b99f10db
9 changed files with 19 additions and 9 deletions
-1
View File
@@ -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'] );
}