Make your site faster and more secure with the click of a few buttons
Prioritized issue groups from the latest Plugin Check scan
Security
196
7 issue groups
Maintainability
172
16 issue groups
I18n
81
2 issue groups
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 '"$slug is "'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['a2_performance_strategy']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: $site_type . ' Bcrypt passwords disabled.'
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "A2_Optimized\App".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_requirements_checker".
Sample message
Use placeholders and $wpdb->prepare(); found $opt_query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "a2_optimized_after_template_render".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "A2_Optimized".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $opt_query used in $wpdb->query()\n$opt_query assigned unsafely at line 210.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Use of a direct database call is discouraged.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Not analyzed yet.
First score snapshot
v3.0.13
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 502 | 271 | 231 | v3.0.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.