Recover lost revenue with Cart Abandonment Recovery for WooCommerce. Increase retention with Post Purchase Follow-Up Emails.
Category Scores
Top Issues by Category
maintainability1,645
security1,521
Issues Details
3,278 issues found in latest scan
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Use placeholders and $wpdb->prepare(); found $alter_query
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$VARS".
Unescaped parameter $abandoned_table used in $wpdb->get_results()\n$abandoned_table assigned unsafely at line 4114.
Use placeholders and $wpdb->prepare(); found interpolated variable $abandoned_id at "SELECT * FROM $table WHERE `cid` = %d AND `data` LIKE '$abandoned_id'"
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "_bwf_transient_file_saving".
Possible use of ASP style opening tags detected; found: <% _(k).each(function(k,v) { %>\n
Processing form data without nonce verification.
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Possible use of ASP style short opening tags detected; found: <%= bwfan_events_js_data["cf7_form_submit"]...
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Replacement variables found, but no valid placeholders found in the query.
Detected usage of meta_key, possible slow query.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BWF_AS".
Function "get_post_parent()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 5.0.0.
Detected usage of meta_value, possible slow query.
Detected usage of a non-sanitized input variable: $_COOKIE[$attr['key']]
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Processing form data without nonce verification.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Detected usage of meta_query, possible slow query.
print_r() found. Debug code should not normally be used in production.
Detected usage of a possibly undefined superglobal array index: $_GET['edit']. Check that the array index exists before using it.
| Code | Type | Message | Count |
|---|---|---|---|
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 490 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $alter_query | 461 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$VARS". | 436 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $abandoned_table used in $wpdb->get_results()\n$abandoned_table assigned unsafely at line 4114. | 393 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $abandoned_id at "SELECT * FROM $table WHERE `cid` = %d AND `data` LIKE '$abandoned_id'" | 324 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "_bwf_transient_file_saving". | 149 |
| Generic.PHP.DisallowAlternativePHPTags.MaybeASPOpenTagFound | WARNING | Possible use of ASP style opening tags detected; found: <% _(k).each(function(k,v) { %>\n | 143 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 125 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar | 110 |
| Generic.PHP.DisallowAlternativePHPTags.MaybeASPShortOpenTagFound | WARNING | Possible use of ASP style short opening tags detected; found: <%= bwfan_events_js_data["cf7_form_submit"]... | 85 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 76 |
| WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare | WARNING | Replacement variables found, but no valid placeholders found in the query. | 59 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 51 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action". | 50 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BWF_AS". | 44 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_post_parent()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 5.0.0. | 39 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_value | WARNING | Detected usage of meta_value, possible slow query. | 36 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE[$attr['key']] | 30 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook". | 16 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 12 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 8 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 8 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 7 |
| WordPress.PHP.DevelopmentFunctions.error_log_print_r | WARNING | print_r() found. Debug code should not normally be used in production. | 7 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['edit']. Check that the array index exists before using it. | 7 |
Latest Snapshot
Findings
3,278
Errors
1,125
Warnings
2,153
Score History
First score snapshot
First scan completed
v3.8.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v3.8.1.1
23
Latest
- Findings
- 3,278
- Errors
- 1,125
- Warnings
- 2,153
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 23 | 3,278 | 1,125 | 2,153 | v3.8.1.1 | 2.0.0 | 2026.06-mvp-static-v2 |