Add Featured Videos to your posts and pages. Works like magic with most themes which use Featured Images. Local Media, YouTube, Vimeo and many more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
90
12 issue groups
Security
69
6 issue groups
I18n
42
4 issue groups
Repo Compliance
2
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$featured_video_plus".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$auto'.
Sample message
A function call to esc_html__() 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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '... viewing %ssingle%s posts and pages.'.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FVP_Backend".
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
$_GET['post'] 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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FVP_DIR".
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "featured_video_plus_uninstall".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fvp-local".
Sample message
Use placeholders and $wpdb->prepare(); found $prepared
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
Short URL detected (goo.gl). Use full URLs instead of URL shorteners.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter "FVP_DIR . 'lng/'" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Hidden files are not permitted.
Sample message
Tested up to: 4.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Unexpected markdown file "FAQ.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Not analyzed yet.
First score snapshot
v2.3.3
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 204 | 99 | 105 | v2.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.