Allow customers to "Request a quote" or "Call for price" for WooCommerce products. You can show or hide the product price globally or per product.
Category Scores
Top Issues by Category
maintainability37
supply_chain3
repo_compliance1
Issues Details
42 issues found in latest scan
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_get_settings_' . $this->id . '_' . $current_section".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Alg_WC_Call_For_Price".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cfp_data_tracking".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->plugin_short_name . '_init_tracker_completed'".
Mismatched text domain. Expected 'woocommerce-call-for-price' but got 'woocommerce'.
GitHub workflow directory ".github" detected. This directory should not be included in production plugins.
Tested up to: 6.9 < 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.
The plugin slug includes a restricted term. Your plugin slug - "woocommerce-call-for-price" - contains the restricted term "woocommerce" which cannot be used within in your plugin slug, unless your plugin slug 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 plugin slug.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_get_settings_' . $this->id . '_' . $current_section". | 16 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Alg_WC_Call_For_Price". | 11 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cfp_data_tracking". | 5 |
| 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'". | 3 |
| hidden_files | ERROR | Hidden files are not permitted. | 3 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'woocommerce-call-for-price' but got 'woocommerce'. | 1 |
| github_directory | WARNING | GitHub workflow directory ".github" detected. This directory should not be included in production plugins. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 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. | 1 |
| trademarked_term | WARNING | The plugin slug includes a restricted term. Your plugin slug - "woocommerce-call-for-price" - contains the restricted term "woocommerce" which cannot be used within in your plugin slug, unless your plugin slug 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 plugin slug. | 1 |
Latest Snapshot
Findings
42
Errors
5
Warnings
37
Score History
First score snapshot
First scan completed
v4.3.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v4.3.0
35
Latest
- Findings
- 42
- Errors
- 5
- Warnings
- 37
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 35 | 42 | 5 | 37 | v4.3.0 | 2.0.0 | 2026.06-mvp-static-v2 |