Import/export WooCommerce products via CSV with images, reviews, categories & tags. ChatGPT integration auto-generates missing product descriptions.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
997
8 issue groups
Security
15
2 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_module_id".505
- Category
- Maintainability
- Occurrences
- 505
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_module_id".
ERRORMaintainabilitywp function not compatible with requires wpFunction "_get_list_table()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.229
- Category
- Maintainability
- Occurrences
- 229
- Severity
- error
Sample message
Function "_get_list_table()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_taxonomy_args_' . $taxonomy_name".153
- Category
- Maintainability
- Occurrences
- 153
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_taxonomy_args_' . $taxonomy_name".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Product_Import_Export_Review_Request".43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Product_Import_Export_Review_Request".
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wt_import_export_for_woo_basic_product".26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wt_import_export_for_woo_basic_product".
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CYA11Y_ACCESSYES_BANNER_DISPLAYED".23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CYA11Y_ACCESSYES_BANNER_DISPLAYED".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $column used in $wpdb->get_results()\n$column used without escaping.13
- Category
- Security
- Occurrences
- 13
- Severity
- warning
Sample message
Unescaped parameter $column used in $wpdb->get_results()\n$column used without escaping.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilitymismatched plugin namePlugin name "Product Import Export for WooCommerce - Import Export Product CSV Suite" is different from the name declared in plugin header "Product Import Export for WooCommerce".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Product Import Export for WooCommerce - Import Export Product CSV Suite" is different from the name declared in plugin header "Product Import Export for WooCommerce".
External Connections
Not analyzed yet.
Score History
2 score snapshots
v2.6.5
64
Latest
- Findings
- 1,012
- Errors
- 246
- Warnings
- 766
- Check
- 2.0.0
v2.6.4
64
Score
- Findings
- 1,012
- Errors
- 246
- Warnings
- 766
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 64 | 1,012 | 246 | 766 | v2.6.5 | 2.0.0 |
| 64 | 1,012 | 246 | 766 | v2.6.4 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.