Easily allow WordPress to accept and upload any file type extension or MIME type, including custom file types.
Category Scores
Top Issues by Category
maintainability11
Issues Details
11 issues found in latest scan
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fut_update_file_data_description".
The plugin name includes a restricted term. Your chosen plugin name - "File Upload Types by WPForms" - contains the restricted term "wp" which cannot be used at all in your plugin name.
The "/vendor" directory using composer exists, but "composer.json" file is missing.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fut_update_file_data_description". | 6 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "File Upload Types by WPForms" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 2 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
Latest Snapshot
Findings
11
Errors
2
Warnings
9
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.5.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.5.0
98
Latest
- Findings
- 11
- Errors
- 2
- Warnings
- 9
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 98 | 11 | 2 | 9 | v1.5.0 | 2.0.0 | 2026.06-mvp-static-v2 |