MarketKing is the modern, next-gen multivendor marketplace platform. Build your dream marketplace with stunning UX and powerful features.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,209
13 issue groups
Security
1,174
9 issue groups
I18n
536
3 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Product_Addon_Admin".756
- Category
- Maintainability
- Occurrences
- 756
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Product_Addon_Admin".
ERRORI18nText Domain MismatchMismatched text domain. Expected 'marketking-multivendor-marketplace-for-woocommerce' but got "print-invoices-packing-slip-labels-for-woocommerce".469
- Category
- I18n
- Occurrences
- 469
- Severity
- error
Sample message
Mismatched text domain. Expected 'marketking-multivendor-marketplace-for-woocommerce' but got "print-invoices-packing-slip-labels-for-woocommerce".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WOOCS'.414
- Category
- Security
- Occurrences
- 414
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WOOCS'.
WARNINGSecurityRequest data is not unslashed$_COOKIE['marketking_validated_vat_status'] not unslashed before sanitization. Use wp_unslash() or similar240
- Category
- Security
- Occurrences
- 240
- Severity
- warning
Sample message
$_COOKIE['marketking_validated_vat_status'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['marketking_field_'.$file_upload_field->ID]['size']. Check that the array index exists before using it.175
- Category
- Security
- Occurrences
- 175
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['marketking_field_'.$file_upload_field->ID]['size']. Check that the array index exists before using it.
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_notices".147
- Category
- Maintainability
- Occurrences
- 147
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_notices".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.112
- Category
- Security
- Occurrences
- 112
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.90
- Category
- Security
- Occurrences
- 90
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNot In FooterIn 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.69
- Category
- Maintainability
- Occurrences
- 69
- Severity
- warning
Sample message
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.
ERRORSecuritySetting is missing a sanitization callbackSanitization missing for register_setting().66
- Category
- Security
- Occurrences
- 66
- Severity
- error
Sample message
Sanitization missing for register_setting().
Show 15 moreShow less
WARNINGSecurityInput is not sanitized56
- Category
- Security
- Occurrences
- 56
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['marketking_field_'.$file_upload_field->ID]['type']
ERRORI18nMissing Arg Domain45
- Category
- I18n
- Occurrences
- 45
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGMaintainabilityslow db query meta key41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
ERRORMaintainabilitydate date41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityMissing Version41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
WARNINGMaintainabilityslow db query meta value35
- Category
- Maintainability
- Occurrences
- 35
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGMaintainabilityslow db query meta query28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
ERRORI18nMissing Translators Comment22
- Category
- I18n
- Occurrences
- 22
- Severity
- error
Sample message
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.
ERRORMaintainabilityNo Explicit Version15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- error
Sample message
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.
ERRORSecurityUnsafe printing function14
- Category
- Security
- Occurrences
- 14
- 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 class11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_Social_Icons_Widget".
WARNINGMaintainabilityNon-prefixed function11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "admin_script_parameters2".
WARNINGMaintainabilityDirect Query7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecuritywp redirect wp redirect7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
External Connections
Potential connections found in static code analysis.
Outbound calls
177
External assets
6
Incoming endpoints
96
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints51
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
39 more hidden
Score History
First score snapshot
v2.1.40
22
Latest
- Findings
- 2,975
- Errors
- 1,131
- Warnings
- 1,844
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 2,975 | 1,131 | 1,844 | v2.1.40 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.