CartFlows – Funnel Builder & Checkout Plugin for WooCommerce

1 WordPress funnel builder & WooCommerce checkout plugin. Boost AOV with one-click upsells, order bumps & high-converting checkout pages.

v3.1.2Brainstorm ForceUpdated Added 200k+ installs96% rating100% support resolved
21
Score
462
Errors
654
Warnings
+0
Change

Category Scores

Security0
Repo79
Performance93
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,116 findings

Maintainability

565

15 issue groups

I18n

305

3 issue groups

Security

216

7 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'cartflows' but got 'action-scheduler'.267
Category
I18n
Occurrences
267
Severity
error

Sample message

Mismatched text domain. Expected 'cartflows' but got 'action-scheduler'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".265
Category
Maintainability
Occurrences
265
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.82
Category
Security
Occurrences
82
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.

WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar72
Category
Security
Occurrences
72
Severity
warning

Sample message

$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_get_wcf_base_offer_id".58
Category
Maintainability
Occurrences
58
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_get_wcf_base_offer_id".

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.57
Category
Maintainability
Occurrences
57
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().48
Category
Maintainability
Occurrences
48
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_head".43
Category
Maintainability
Occurrences
43
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_head".

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().31
Category
I18n
Occurrences
31
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $column_name used in $wpdb->get_var()27
Category
Security
Occurrences
27
Severity
warning

Sample message

Unescaped parameter $column_name used in $wpdb->get_var()

Show 15 more
WARNINGMaintainabilityNon-prefixed class24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_Admin_Notices".

ERRORMaintainabilityMissing direct file access protection24
Category
Maintainability
Occurrences
24
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORSecurityOutput is not escaped18
Category
Security
Occurrences
18
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$function_name'.

WARNINGMaintainabilityDynamic hook name15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".

ERRORMaintainabilitywp function not compatible with requires wp10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.8.0.

WARNINGSecurityInterpolated SQL is not prepared9
Category
Security
Occurrences
9
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$action_id_string} at "UPDATE {$wpdb->actionscheduler_actions} SET claim_id = 0 WHERE action_id IN ({$action_id_string})"

ERRORI18nMissing Translators Comment7
Category
I18n
Occurrences
7
Severity
error

Sample message

A function call to __() 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.

WARNINGMaintainabilityNon-prefixed constant6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_ANALYTICS_URI".

WARNINGSecurityInput is not sanitized6
Category
Security
Occurrences
6
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[$key_param]

WARNINGMaintainabilityerror log var export4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

var_export() found. Debug code should not normally be used in production.

WARNINGMaintainabilityDiscouraged PHP function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The use of function ini_set() is discouraged

ERRORMaintainabilitydate date3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilityNon Enqueued Stylesheet3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Stylesheets must be registered/enqueued via wp_enqueue_style()

ERRORSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
error

Sample message

Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 277.

WARNINGMaintainabilityerror log trigger error2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

External Connections

Potential connections found in static code analysis.

53 domains

Outbound calls

251

External assets

17

Incoming endpoints

32

Notable Domains

cartflows.com79 · outbound
my.cartflows.com6 · outbound
php.net5 · outbound
actionscheduler.org4 · outbound
ads.google.com4 · outbound
bugs.chromium.org4 · outbound

Platform / Reference Domains

w3.org53 · platform/reference
github.com29 · platform/reference
wordpress.org5 · platform/reference
core.trac.wordpress.org2 · platform/reference
codex.wordpress.org1 · platform/reference
downloads.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

gmpg.org5 · asset
facebook.com2 · asset + outbound
maps.google.it2 · asset + outbound
maps.googleapis.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_public

wp_ajax

wp_ajax_nopriv_wcf_check_email_existspublic

wp_ajax

wp_ajax_nopriv_wcf_upload_checkout_filepublic

wp_ajax

wp_ajax_nopriv_wcf_woo_apply_couponpublic

wp_ajax

wp_ajax_nopriv_wcf_woo_remove_cart_productpublic

wp_ajax

wp_ajax_nopriv_wcf_woo_remove_couponpublic

wp_ajax

Admin AJAX endpoints23
wp_ajax_cartflows_fetch_whats_new_dataauthenticated

wp_ajax

wp_ajax_cartflows_install_pluginauthenticated

wp_ajax

admin_post_cartflows_rollbackauthenticated

admin_post

wp_ajax_astra-notice-dismissauthenticated

wp_ajax

wp_ajax_cartflows_disable_weekly_report_email_noticeauthenticated

wp_ajax

wp_ajax_cartflows_dismiss_new_ui_noticeauthenticated

wp_ajax

wp_ajax_cartflows_dismiss_script_migration_complete_noticeauthenticated

wp_ajax

wp_ajax_cartflows_get_suretriggers_dataauthenticated

wp_ajax

wp_ajax_cartflows_ignore_gutenberg_noticeauthenticated

wp_ajax

wp_ajax_cartflows_pointer_acceptauthenticated

wp_ajax

wp_ajax_cartflows_pointer_dismissauthenticated

wp_ajax

wp_ajax_cartflows_pointer_should_showauthenticated

wp_ajax

11 more hidden

Score History

2 score snapshots

+0
1007550250Jun 19, 2026, 11:09 PM UTC Score 21/100 Plugin v3.1.1 Plugin Check 2.0.0 461 errors, 614 warningsJun 26, 2026, 10:55 AM UTC Score 21/100 Plugin v3.1.2 Plugin Check 2.0.0 462 errors, 654 warningsJun 19, 2026Jun 26, 2026

v3.1.2

21

Latest

Findings
1,116
Errors
462
Warnings
654
Check
2.0.0

v3.1.1

21

Score

Findings
1,075
Errors
461
Warnings
614
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins