Prioritized issue groups from the latest Plugin Check scan
Maintainability
36
15 issue groups
Security
25
8 issue groups
I18n
4
2 issue groups
Sample message
$_POST['appname'] not unslashed before sanitization. Use wp_unslash() or similar
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$file'.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "str_ends_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_reactpress".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$asset_manifest_json".
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'reactpress' but got 'text-domain'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ActivatorPostMock".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $post_type_placeholders at \t\t\t\tAND post_type IN ($post_type_placeholders)\n
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>console.log({$json})</script>"'.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['DOCUMENT_ROOT']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Application files are not permitted.
Not analyzed yet.
First score snapshot
v3.4.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 69 | 26 | 43 | v3.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.