If a YouTube or Vimeo video embed exists near the start of a post, we'll automatically set the post's featured image to a thumbnail of the video.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
11
8 issue groups
Security
11
6 issue groups
I18n
4
1 issue group
Sample message
Mismatched text domain. Expected 'automatic-featured-images-from-videos' but got 'wds-automatic-featured-images-from-video'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wds_get_embeddable_video_url'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['posttype']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['posttype']. Check that the array index exists before using it.
Sample message
$_POST['posttype'] 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
Use placeholders and $wpdb->prepare(); found $stmt
Sample message
Detected usage of meta_query, possible slow query.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Plugin name "Automatic Featured Images from Videos" is different from the name declared in plugin header "Automatic Featured Images from YouTube / Vimeo".
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v1.2.9
63
Latest
v1.2.8
63
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 63 | 26 | 13 | 13 | v1.2.9 | 2.0.0 |
| 63 | 27 | 14 | 13 | v1.2.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.