List products from WordPress on eBay. The easy way.
Prioritized issue groups from the latest Plugin Check scan
Security
5,928
12 issue groups
Maintainability
4,825
8 issue groups
I18n
757
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$prev_id <br>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ASQPreferencesType".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Facet_AccessRuleCurrentStatusCodeType".
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
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
Processing form data without nonce verification.
Sample message
$_GET['file'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $account_id at "ebay_auctions SET account_id = $account_id, site_id = $site_id "
Sample message
Detected usage of a non-sanitized input variable: $_FILES['fupload']['name']
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['fupload']['name']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $days_to_keep
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid value for enum '$class', must be one of: '$imploded'"'.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$d", but got "%s, %d" in 'Listings for <a href="%s" target="_blank">product #%d</a>'.
Sample message
The $text parameter must be a single text string literal. Found: $attribute->name
Sample message
Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.2.0.
Sample message
Unescaped parameter $account_id used in $wpdb->query()\n$account_id assigned unsafely at line 729.
Sample message
Mismatched text domain. Expected 'wp-lister-for-ebay' but got 'woocommerce'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $join_sql used in $wpdb->get_results()
Potential connections found in static code analysis.
Outbound calls
256
External assets
2
Incoming endpoints
42
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
27 more hidden
3 score snapshots
v3.8.10
21
Latest
v3.8.9
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 11,824 | 6,696 | 5,128 | v3.8.10 | 2.0.0 |
| 21 | 11,824 | 6,696 | 5,128 | v3.8.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.