Download Manager Addons for Elementor
Category Scores
Top Issues by Category
i18n254
maintainability13
Issues Details
285 issues found in latest scan
The $domain parameter must be a single text string literal. Found: WPDM_ELEMENTOR
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_elementor_link_templates".
The plugin name includes a restricted term. Your chosen plugin name - "WPDM - Elementor" - contains the restricted term "wp" which cannot be used at all in your plugin name.
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.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "__WPDM_ELEMENTOR__".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composer_autoload".
Plugin name "Download Manager Addons for Elementor" is different from the name declared in plugin header "WPDM - Elementor".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Tested up to: 6.9 < 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.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: WPDM_ELEMENTOR | 253 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'. | 15 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_elementor_link_templates". | 4 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WPDM - Elementor" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 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.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 1 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "__WPDM_ELEMENTOR__". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composer_autoload". | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Download Manager Addons for Elementor" is different from the name declared in plugin header "WPDM - Elementor". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| no_stable_tag | ERROR | Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 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 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
285
Errors
272
Warnings
13
Score History
First score snapshot
First scan completed Jun 21, 2026
v2.0.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 21, 2026
v2.0.1
70
Latest
- Findings
- 285
- Errors
- 272
- Warnings
- 13
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 21, 2026Latest | 70 | 285 | 272 | 13 | v2.0.1 | 2.0.0 | 2026.06-mvp-static-v2 |