Create beautiful, responsive image and logo carousels for the Divi Builder — no code required.
Category Scores
Top Issues by Category
i18n259
maintainability31
repo_compliance3
Issues Details
294 issues found in latest scan
Mismatched text domain. Expected 'wow-carousel-for-divi-lite' but got 'divi-carousel-free'.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DCF_DIST_DIR".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DiviCarouselMaker".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dcm_global_assets_list".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dcf_conflicts".
The plugin name includes a restricted term. Your chosen plugin name - "Divi Carousel Free (Divi5 Support)" - contains the restricted term "divi" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "divi" elsewhere in your plugin name, such as "... for divi".
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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().
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "et_pb_default_gradient".
Processing form data without nonce verification.
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
The $text parameter must be a single text string literal. Found: $this->name
Plugin name "Divi Carousel Free (Divi5 Support)" is different from the name declared in plugin header "Divi Carousel Free".
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.
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Mismatched Requires at least: 5.0 != 6.0. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
The "Text Domain" header in the plugin file does not match the slug. Found "divi-carousel-free", expected "wow-carousel-for-divi-lite".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'wow-carousel-for-divi-lite' but got 'divi-carousel-free'. | 254 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DCF_DIST_DIR". | 9 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DiviCarouselMaker". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dcm_global_assets_list". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dcf_conflicts". | 2 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Divi Carousel Free (Divi5 Support)" - contains the restricted term "divi" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "divi" elsewhere in your plugin name, such as "... for divi". | 2 |
| Internal.NoCodeFound | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them. | 1 |
| 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.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "et_pb_default_gradient". | 1 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 1 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_html__(). | 1 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 1 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $this->name | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Divi Carousel Free (Divi5 Support)" is different from the name declared in plugin header "Divi Carousel Free". | 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_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| readme_mismatched_header_requires | ERROR | Mismatched Requires at least: 5.0 != 6.0. "Requires at least" needs to be exactly the same with that in your main plugin file's header. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "divi-carousel-free", expected "wow-carousel-for-divi-lite". | 1 |
| uninstall_missing_constant_check | ERROR | Check for WP_UNINSTALL_PLUGIN constant missing. | 1 |
Latest Snapshot
Findings
294
Errors
268
Warnings
26
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.0.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.0.6
88
Latest
- Findings
- 294
- Errors
- 268
- Warnings
- 26
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 88 | 294 | 268 | 26 | v3.0.6 | 2.0.0 | 2026.06-mvp-static-v2 |