Display a maintenance mode page and allow invited visitors to bypass the functionality to preview the site.
Prioritized issue groups from the latest Plugin Check scan
I18n
173
2 issue groups
Security
155
10 issue groups
Maintainability
47
8 issue groups
Repo Compliance
1
1 issue group
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER["REQUEST_URI"]'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['wpjf3_mr_active_tab']. Check that the array index exists before using it.
Sample message
$_GET['wpjf3_mr_temp_access_key'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['wpjf3_mr_temp_access_key']
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
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 218.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $option_name used in $wpdb->query()\n$option_name assigned unsafely at line 6.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $tbl at "SHOW TABLES LIKE '$tbl'"
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ajax_nonce".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
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
Mismatched "Tested up to": 7.0 != 6.9. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Not analyzed yet.
First score snapshot
v2.2.1
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 376 | 244 | 132 | v2.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.