This plugin allows the site admin the ability to accept quote requests for products. Prices can be hidden. No payments will be taken at Checkout.
Category Scores
Top Issues by Category
maintainability280
Issues Details
451 issues found in latest scan
Mismatched text domain. Expected 'quotes-for-woocommerce' but got 'quote-wc'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'qwc_quotes_tab_settings_' . $this->id".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cart_contains_purchasable".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "QWC_Data_Tracking".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->plugin_short_name . '_init_tracker_completed'".
Function "wp_doing_ajax()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0.
The "Text Domain" header in the plugin file does not match the slug. Found "quote-wc", expected "quotes-for-woocommerce".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'quotes-for-woocommerce' but got 'quote-wc'. | 170 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product". | 123 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'qwc_quotes_tab_settings_' . $this->id". | 117 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 14 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cart_contains_purchasable". | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "QWC_Data_Tracking". | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->plugin_short_name . '_init_tracker_completed'". | 4 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_doing_ajax()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0. | 2 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "quote-wc", expected "quotes-for-woocommerce". | 1 |
Latest Snapshot
Findings
451
Errors
186
Warnings
265
Score History
First score snapshot
First scan completed
v2.13 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v2.13
90
Latest
- Findings
- 451
- Errors
- 186
- Warnings
- 265
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 90 | 451 | 186 | 265 | v2.13 | 2.0.0 | 2026.06-mvp-static-v2 |