Popup AI is an advanced WordPress popup plugin that leverages the power of AI to create intelligent, highly customizable popups.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
845
4 issue groups
Security
543
9 issue groups
Maintainability
426
12 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'popup-more' but got "popup_master".688
- Category
- I18n
- Occurrences
- 688
- Severity
- error
Sample message
Mismatched text domain. Expected 'popup-more' but got "popup_master".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $attr data-popup-event="'.235
- Category
- Security
- Occurrences
- 235
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $attr data-popup-event="'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$YPM_CONDITIONS_SETTINGS_CONFIG".181
- Category
- Maintainability
- Occurrences
- 181
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$YPM_CONDITIONS_SETTINGS_CONFIG".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.103
- Category
- Security
- Occurrences
- 103
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to _n().85
- Category
- I18n
- Occurrences
- 85
- Severity
- error
Sample message
Missing $domain parameter in function call to _n().
WARNINGSecurityRequest data is not unslashed$_COOKIE['YPMGamificationActiveTab'] not unslashed before sanitization. Use wp_unslash() or similar72
- Category
- Security
- Occurrences
- 72
- Severity
- warning
Sample message
$_COOKIE['YPMGamificationActiveTab'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "YpmAiChatMessage".58
- Category
- Maintainability
- Occurrences
- 58
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "YpmAiChatMessage".
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: YPM_POPUP_TEXT_DOMAIN53
- Category
- I18n
- Occurrences
- 53
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: YPM_POPUP_TEXT_DOMAIN
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['post']. Check that the array index exists before using it.44
- Category
- Security
- Occurrences
- 44
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['post']. Check that the array index exists before using it.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $fieldsUpdateSql39
- Category
- Security
- Occurrences
- 39
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $fieldsUpdateSql
Show 15 moreShow less
WARNINGMaintainabilityDirect Query36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching34
- Category
- Maintainability
- Occurrences
- 34
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilityMissing direct file access protection33
- Category
- Maintainability
- Occurrences
- 33
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityMissing Version22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
ERRORSecurityUnsupported Identifier Placeholder21
- Category
- Security
- Occurrences
- 21
- Severity
- error
Sample message
The %i modifier is only supported in WP 6.2 or higher. Found: "%i".
ERRORI18nNon Singular String Literal Text19
- Category
- I18n
- Occurrences
- 19
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $networkData['adminLabel']
WARNINGMaintainabilityNot In Footer15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_register_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.
ERRORSecurityUnsafe printing function13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityNon-prefixed class12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WheelOptionsRenderer".
WARNINGMaintainabilityNon-prefixed constant11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "YPM_FOLDER_NAME".
WARNINGMaintainabilityNon-prefixed function10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "YpmUpgradeButton".
WARNINGSecurityInput is not sanitized10
- Category
- Security
- Occurrences
- 10
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
ERRORMaintainabilitydate date7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilitywp function not compatible with requires wp7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
Function "wp_enqueue_code_editor()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 3.8.0.
ERRORSecurityDatabase parameter is not escaped6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 76.
External Connections
Potential connections found in static code analysis.
Outbound calls
50
External assets
0
Incoming endpoints
25
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints22
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
10 more hidden
Score History
First score snapshot
v2.6.0
23
Latest
- Findings
- 1,860
- Errors
- 1,224
- Warnings
- 636
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,860 | 1,224 | 636 | v2.6.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.