WPC Estimated Delivery Date allows you to establish and personalize delivery times for each product available in your store on several levels.
Category Scores
Top Issues by Category
maintainability66
security52
Issues Details
119 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
$_GET['settings-updated'] not unslashed before sanitization. Use wp_unslash() or similar
Processing form data without nonce verification.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$date'.
Detected usage of a non-sanitized input variable: $_GET['settings-updated']
Processing form data without nonce verification.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPC_Core_Registry".
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPC_CORE_DIR".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpc_core_register".
The plugin name includes a restricted term. Your chosen plugin name - "WPC Estimated Delivery Date for WooCommerce" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Detected usage of a possibly undefined superglobal array index: $_REQUEST['q']. Check that the array index exists before using it.
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpc_admin_nav_items".
A function call to esc_html__() 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.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab". | 46 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['settings-updated'] not unslashed before sanitization. Use wp_unslash() or similar | 15 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 14 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$date'. | 8 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['settings-updated'] | 8 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPC_Core_Registry". | 4 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0. | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPC_CORE_DIR". | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpc_core_register". | 3 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WPC Estimated Delivery Date for WooCommerce" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_REQUEST['q']. Check that the array index exists before using it. | 2 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpc_admin_nav_items". | 1 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to esc_html__() 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. | 1 |
Latest Snapshot
Findings
119
Errors
13
Warnings
106
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.6.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.6.7
40
Latest
- Findings
- 119
- Errors
- 13
- Warnings
- 106
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 40 | 119 | 13 | 106 | v2.6.7 | 2.0.0 | 2026.06-mvp-static-v2 |