Automatically set a default featured image for all WordPress posts, pages, and custom post types — no more missing thumbnails, ever.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
29
2 issue groups
Security
27
5 issue groups
I18n
4
2 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$htmlsiwl'.
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: $_REQUEST['id']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'setup-default-feature-image' but got 'wdfi'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "default-feature-image", expected "setup-default-feature-image".
Potential connections found in static code analysis.
Outbound calls
10
External assets
0
Incoming endpoints
7
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
First score snapshot
v1.3
50
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 50 | 61 | 19 | 42 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.