Prioritized issue groups from the latest Plugin Check scan
Security
1,086
11 issue groups
I18n
798
1 issue group
Maintainability
164
13 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: FIFU_SLUG
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in at "AND SUBSTRING_INDEX(SUBSTRING_INDEX(pm.meta_value, '/', 5), '/', -1) IN ($in)"
Sample message
Use placeholders and $wpdb->prepare(); found $args
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1016.
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<link rel='dns-prefetch' href='https://i{$i}.wp.com/'>"'.
Sample message
Processing form data without nonce verification.
Sample message
error_log() found. Debug code should not normally be used in production.
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
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE 'fifu%'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_FIFU_Extension".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$file".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "custom_get_attachment_intercept".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of meta_key, possible slow query.
Not analyzed yet.
First score snapshot
v5.3.3
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,072 | 1,654 | 418 | v5.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.