Professional video tutorials for WordPress, WooCommerce, Elementor, and more, right in the dashboard of your WordPress site. Perfect for beginners.
Category Scores
Top Issues by Category
maintainability24
security4
i18n3
Issues Details
33 issues found in latest scan
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addon".
The plugin name includes a restricted term. Your chosen plugin name - "WP101 Video Tutorial Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Detected usage of a non-sanitized input variable: $_POST['addons']
$_POST['addons'] not unslashed before sanitization. Use wp_unslash() or similar
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.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Tested up to: 6.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.
Mismatched Requires PHP: 7.4 != 5.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
| Code | Type | Message | Count |
|---|---|---|---|
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 11 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addon". | 7 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WP101 Video Tutorial Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name. | 3 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['addons'] | 2 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['addons'] not unslashed before sanitization. Use wp_unslash() or similar | 2 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 2 |
| upgrade_notice_limit | WARNING | The upgrade notice for "3.0" exceeds the limit of 300 characters. | 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.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.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. | 1 |
| readme_mismatched_header_requires_php | ERROR | Mismatched Requires PHP: 7.4 != 5.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header. | 1 |
Latest Snapshot
Findings
33
Errors
15
Warnings
18
Score History
First score snapshot
First scan completed Jun 20, 2026
v5.4.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v5.4.1
86
Latest
- Findings
- 33
- Errors
- 15
- Warnings
- 18
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 86 | 33 | 15 | 18 | v5.4.1 | 2.0.0 | 2026.06-mvp-static-v2 |