Qi Addons for Elementor is a comprehensive library of 60+ custom, flexible & easily styled Elementor widgets developed by Qode Interactive.
Category Scores
Top Issues by Category
maintainability328
performance38
i18n2
security2
Issues Details
372 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additional_classes".
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Function "wp_unique_id()" requires WordPress 5.0.3, but your plugin minimum supported version is WordPress 5.0.0.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_loop_add_to_cart_args".
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.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'qi_addons_for_elementor_framework_wp_kses_html'.
Detected usage of a possibly undefined superglobal array index: $_REQUEST['qi_addons_for_elementor_swiper_new']. Check that the array index exists before using it.
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Mismatched text domain. Expected 'qi-addons-for-elementor' but got 'qi-addons-for-elementor-premium'.
Plugin name "Qi Addons For Elementor" is different from the name declared in plugin header "Qi Addons for Elementor".
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
The "Description" section is too long and was truncated. A maximum of 2500 characters is supported.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additional_classes". | 288 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude | WARNING | Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information. | 38 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 18 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_unique_id()" requires WordPress 5.0.3, but your plugin minimum supported version is WordPress 5.0.0. | 10 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_loop_add_to_cart_args". | 9 |
| 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.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'qi_addons_for_elementor_framework_wp_kses_html'. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_REQUEST['qi_addons_for_elementor_swiper_new']. Check that the array index exists before using it. | 1 |
| WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion | ERROR | Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development. | 1 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'qi-addons-for-elementor' but got 'qi-addons-for-elementor-premium'. | 1 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Qi Addons For Elementor" is different from the name declared in plugin header "Qi Addons for Elementor". | 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_trimmed_section_description | WARNING | The "Description" section is too long and was truncated. A maximum of 2500 characters is supported. | 1 |
Latest Snapshot
Findings
372
Errors
33
Warnings
339
Score History
First score snapshot
First scan completed Jun 19, 2026
v1.10 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v1.10
79
Latest
- Findings
- 372
- Errors
- 33
- Warnings
- 339
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 79 | 372 | 33 | 339 | v1.10 | 2.0.0 | 2026.06-mvp-static-v2 |