Change WordPress usernames from the user edit screen, with validation for existing users, illegal logins, and Multisite admins.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
12
6 issue groups
Security
2
1 issue group
I18n
2
1 issue group
Supply Chain
1
1 issue group
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_POST['current_username']
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_dvk_change_username_bootstrap".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "illegal_user_logins".
Sample message
Hidden files are not permitted.
Not analyzed yet.
First score snapshot
v1.0.3
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 17 | 7 | 10 | v1.0.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.