HTML5 Video Player Plugin lets you embed responsive videos in WordPress. It’s easy to use, fast, and supports MP4, WebM, OGG, FLV, Youtube and Vimeo.
Category Scores
Top Issues by Category
maintainability4
Issues Details
5 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attributes".
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.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_Addons".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attributes". | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_Addons". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale". | 1 |
Latest Snapshot
Findings
5
Errors
0
Warnings
5
Score History
First score snapshot
First scan completed
v2.11.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v2.11.3
99
Latest
- Findings
- 5
- Errors
- 0
- Warnings
- 5
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 99 | 5 | 0 | 5 | v2.11.3 | 2.0.0 | 2026.06-mvp-static-v2 |