Secure your WordPress site with easy and effective basic authentication. Restrict access, monitor attempts, and enhance security.
Prioritized issue groups from the latest Plugin Check scan
Security
29
6 issue groups
Maintainability
11
5 issue groups
I18n
2
1 issue group
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_AUTHORIZATION']
Sample message
$_SERVER['HTTP_AUTHORIZATION'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$content_file".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Sanitization missing for register_setting().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_AUTH_PW']. Check that the array index exists before using it.
Sample message
Plugin name "Easy Basic Authentication – Add basic auth to site or admin area" is different from the name declared in plugin header "Easy Basic Authentication".
Potential connections found in static code analysis.
Outbound calls
4
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v4.0.0
46
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 46 | 42 | 14 | 28 | v4.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.