Integrate your WooCommerce store with Snapchat Ads to track conversions and export products for advertising.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
13
5 issue groups
WARNINGMaintainabilityDynamic Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "Helper::with_prefix( 'batch_export_job_complete' )".9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "Helper::with_prefix( 'batch_export_job_complete' )".
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$export_service".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$export_service".
ERRORMaintainabilityapplication detectedApplication files are not permitted.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Application files are not permitted.
WARNINGMaintainabilitymissing composer json fileThe "/vendor" directory using composer exists, but "composer.json" file is missing.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
WARNINGMaintainabilityunexpected markdown fileUnexpected markdown file "Tracking.md" detected in plugin root. Only specific markdown files are expected in production plugins.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Unexpected markdown file "Tracking.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Score History
First score snapshot
v1.0.3
98
Latest
- Findings
- 13
- Errors
- 1
- Warnings
- 12
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 13 | 1 | 12 | v1.0.3 | 2.0.0 |