A quick and easy way to create Popup layers inside the Divi Visual Builder!
Category Scores
Top Issues by Category
i18n92
maintainability60
Issues Details
156 issues found in latest scan
Mismatched text domain. Expected 'popups-for-divi' but got 'divi-popup'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dm_admin_notice_ajax_dismiss".
Function "wp_get_raw_referer()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 4.0.0.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$kses_args".
Processing form data without nonce verification.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
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: "lang"
The "Text Domain" header in the plugin file does not match the slug. Found "divi-popup", expected "popups-for-divi".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'popups-for-divi' but got 'divi-popup'. | 87 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dm_admin_notice_ajax_dismiss". | 46 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_get_raw_referer()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 4.0.0. | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$kses_args". | 5 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 3 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 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.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header. | 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: "lang" | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "divi-popup", expected "popups-for-divi". | 1 |
Latest Snapshot
Findings
156
Errors
99
Warnings
57
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.2.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.2.7
89
Latest
- Findings
- 156
- Errors
- 99
- Warnings
- 57
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 89 | 156 | 99 | 57 | v3.2.7 | 2.0.0 | 2026.06-mvp-static-v2 |