The time-saving solution for managing tons of featured images within minutes: Set, replace and delete in bulk and set default images for future posts.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
303
9 issue groups
Security
293
11 issue groups
I18n
157
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_label".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_label'.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $label
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
A function call to __() 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
Processing form data without nonce verification.
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
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "QFI_ROOT".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id'][0]. Check that the array index exists before using it.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
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
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Download plugin %s at %s!'.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at AND meta_value IN ($placeholders)"
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Not analyzed yet.
First score snapshot
v13.7.5
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 759 | 436 | 323 | v13.7.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.