Professional frontend dashboard for WooCommerce and multivendor marketplaces. Supports WCFM Marketplace, Dokan, WC Vendors, WC Product Vendors.
Prioritized issue groups from the latest Plugin Check scan
Security
4,531
10 issue groups
Maintainability
3,608
10 issue groups
I18n
1,482
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Dokan_Moip_Withdraw".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$article_taxonomy'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'wc-frontend-manager' but got ''.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $balance_sql
Sample message
$_GET[$var] not unslashed before sanitization. Use wp_unslash() or similar
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.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'afet_field_wrapper_' . $field['id']".
Sample message
Detected usage of a non-sanitized input variable: $_GET[$var]
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['term']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: $article_taxonomy->label
Sample message
Unescaped parameter $create_table_query used in $wpdb->query()\n$create_table_query used without escaping.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$current_user_id} at \tAND posts.post_author = {$current_user_id}\n
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Translatable string should not be wrapped in HTML. Found: '<h2>\n Notice something missing in your marketplace?\n </h2>'
Potential connections found in static code analysis.
Outbound calls
238
External assets
8
Incoming endpoints
54
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
37 more hidden
3 score snapshots
v6.8.0
22
Latest
v6.7.28
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 9,788 | 4,731 | 5,057 | v6.8.0 | 2.0.0 |
| 22 | 9,808 | 4,754 | 5,054 | v6.7.28 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.