Datafeedr WooCommerce Importer

Import products from the Datafeedr API into your WooCommerce store.

v1.3.10datafeedrUpdated Added 5k+ installs96% rating
38
Score
112
Errors
56
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability71

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

168 findings

I18n

63

7 issue groups

Security

63

7 issue groups

Maintainability

40

9 issue groups

Repo Compliance

2

2 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'datafeedr-woocommerce-importer' but got 'datafeedr'.40
Category
I18n
Occurrences
40
Severity
error

Sample message

Mismatched text domain. Expected 'datafeedr-woocommerce-importer' but got 'datafeedr'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dependency'.30
Category
Security
Occurrences
30
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dependency'.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DELETE FROM $table_name WHERE uid='$uid'"9
Category
Security
Occurrences
9
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DELETE FROM $table_name WHERE uid='$uid'"

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: DFRPSWC_DOMAIN9
Category
I18n
Occurrences
9
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: DFRPSWC_DOMAIN

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $limit7
Category
Security
Occurrences
7
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $limit

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to _x().6
Category
I18n
Occurrences
6
Severity
error

Sample message

Missing $domain parameter in function call to _x().

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $table_name used in $wpdb->query()5
Category
Security
Occurrences
5
Severity
warning

Sample message

Unescaped parameter $table_name used in $wpdb->query()

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.5
Category
Security
Occurrences
5
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

Show 15 more
WARNINGMaintainabilityNon-prefixed hook name4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_after_add_to_cart_button".

WARNINGSecurityNonce verification recommended4
Category
Security
Occurrences
4
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Translators Comment4
Category
I18n
Occurrences
4
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.

ERRORSecurityDatabase parameter is not escaped3
Category
Security
Occurrences
3
Severity
error

Sample message

Unescaped parameter $q used in $wpdb->query()\n$q assigned unsafely at line 2000.

WARNINGMaintainabilityNon-prefixed global variable3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$previous_version".

WARNINGMaintainabilitytrademarked term3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Datafeedr WooCommerce Importer" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.

WARNINGMaintainabilityDeprecated parameter: get_terms parameter 22
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The parameter "array( 'hide_empty' => false, 'fields' => 'id=>parent' )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

ERRORI18nNon Singular String Literal Text2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $rel

ERRORMaintainabilitywp function not compatible with requires wp2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Function "do_action_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.8.0.

WARNINGMaintainabilitySchema Change1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGMaintainabilityNon-prefixed function1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "attributes_cmp".

ERRORI18nNon Singular String Literal Context1
Category
I18n
Occurrences
1
Severity
error

Sample message

The $context parameter must be a single text string literal. Found: DFRPSWC_DOMAIN

ERRORRepo Compliancelicense mismatch1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.7 < 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.

ERRORI18ntextdomain invalid format1
Category
I18n
Occurrences
1
Severity
error

Sample message

The "Text Domain" header in the plugin file should only contain lowercase letters, numbers, and hyphens. Found "dfrpswc_integration".

External Connections

Not analyzed yet.

Score History

First score snapshot

v1.3.10

38

Latest

Findings
168
Errors
112
Warnings
56
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

29 nodes

Related Plugins

Datafeedr Product Sets

5k+ active installs

35
Taxonomy CSV Import Export

700 active installs

35
Datafeedr API

6k+ active installs

34
URL Image Importer

700 active installs

26