This plugin changes the way you login into your website.
Prioritized issue groups from the latest Plugin Check scan
Security
206
8 issue groups
I18n
93
5 issue groups
Maintainability
64
12 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['REMOTE_ADDR']'.
Sample message
Mismatched text domain. Expected 'rename-wp-loginphp-to-anything-you-want' but got 'loginsecurity'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "lz_POSTchecked".
Sample message
$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $deltime
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$name]
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 possibly undefined superglobal array index: $_POST['rwl_page']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$lz_cannot_login".
Sample message
Unescaped parameter $deltime used in $wpdb->query()\n$deltime assigned unsafely at line 485.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
A function call to __() 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
The $text parameter must be a single text string literal. Found: $error_string
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "is_network_admin()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Rename wp-login.php to anything you want" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Rename_Wordpress_Login".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_USE_THEMES".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text text string should have translatable content. Found: ''
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v2.0.1
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 368 | 251 | 117 | v2.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.