FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler

Sell Subscriptions, Physical Products, Digital Downloads easier than ever. Built for performance, scalability, and flexibility.

v1.5.0WPManageNinjaUpdated Added 7k+ installs94% rating100% support resolved
25
Score
318
Errors
462
Warnings
+1
Change

Category Scores

Security0
Repo100
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

780 findings

Maintainability

389

12 issue groups

Security

206

9 issue groups

I18n

157

4 issue groups

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

Sample message

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

ERRORI18nMissing Translators CommentA 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.98
Category
I18n
Occurrences
98
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.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$atts'.75
Category
Security
Occurrences
75
Severity
error

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'fluent-cart' but got 'fluent-cart-bricks-blocks'.49
Category
I18n
Occurrences
49
Severity
error

Sample message

Mismatched text domain. Expected 'fluent-cart' but got 'fluent-cart-bricks-blocks'.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$argumentPseudoElement'.45
Category
Security
Occurrences
45
Severity
error

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.27
Category
Maintainability
Occurrences
27
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().27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

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

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$col} at "UPDATE %i SET `{$col}` = NULL WHERE `{$col}` IN ('0000-00-00 00:00:00', '0000-00-00')"20
Category
Security
Occurrences
20
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$col} at "UPDATE %i SET `{$col}` = NULL WHERE `{$col}` IN ('0000-00-00 00:00:00', '0000-00-00')"

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.16
Category
Security
Occurrences
16
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityslow db query meta valueDetected usage of meta_value, possible slow query.15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

Show 15 more
WARNINGSecurityDatabase parameter is not escaped13
Category
Security
Occurrences
13
Severity
warning

Sample message

Unescaped parameter $col used in $wpdb->query()\n$col used without escaping.

WARNINGMaintainabilityslow db query meta key13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityDynamic hook name12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect12
Category
Security
Occurrences
12
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGSecurityInput is not sanitized10
Category
Security
Occurrences
10
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed10
Category
Security
Occurrences
10
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed hook name9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protection8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

ERRORI18nUnordered Placeholders Text7
Category
I18n
Occurrences
7
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s of %s paid'.

ERRORMaintainabilityparse url parse url6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERRORSecurityLike Wildcards In Query5
Category
Security
Occurrences
5
Severity
error

Sample message

SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%%...%%'.

ERRORMaintainabilitydate date5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

WARNINGMaintainabilityerror log error log3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

ERRORMaintainabilityunlink unlink3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORI18nNon Singular String Literal Text3
Category
I18n
Occurrences
3
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $setupFeeName

External Connections

Potential connections found in static code analysis.

41 domains

Outbound calls

280

External assets

3

Incoming endpoints

17

Notable Domains

fluentcart.com27 · outbound
{$this-7 · outbound
dashboard.stripe.com7 · outbound
paypal.com7 · outbound
addons-cdn.fluentcart.com6 · outbound
s3.{$this-6 · outbound

Platform / Reference Domains

w3.org101 · platform/reference
github.com55 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

fonts.googleapis.com9 · asset + outbound
challenges.cloudflare.com4 · asset + outbound
images.pexels.com1 · asset

Incoming Endpoints

wp_ajax_nopriv_fluent_cart_checkout_routespublic

wp_ajax

wp_ajax_nopriv_fluent_cart_confirm_paypal_paymentpublic

wp_ajax

wp_ajax_nopriv_fluent_cart_confirm_paypal_subscriptionpublic

wp_ajax

wp_ajax_nopriv_fluent_cart_confirm_stripe_paymentpublic

wp_ajax

wp_ajax_nopriv_fluent_cart_place_orderpublic

wp_ajax

wp_ajax_nopriv_fluent_cart_remove_vatpublic

wp_ajax

Admin AJAX endpoints9
wp_ajax_fluent_cart_admin_ajaxauthenticated

wp_ajax

wp_ajax_fluent_cart_checkout_routesauthenticated

wp_ajax

wp_ajax_fluent_cart_confirm_paypal_paymentauthenticated

wp_ajax

wp_ajax_fluent_cart_confirm_paypal_subscriptionauthenticated

wp_ajax

wp_ajax_fluent_cart_confirm_stripe_paymentauthenticated

wp_ajax

wp_ajax_fluent_cart_place_orderauthenticated

wp_ajax

wp_ajax_fluent_cart_remove_vatauthenticated

wp_ajax

wp_ajax_fluent_cart_run_order_actionsauthenticated

wp_ajax

wp_ajax_fluent_cart_validate_vatauthenticated

wp_ajax

Score History

2 score snapshots

+1
1007550250Jun 21, 2026, 01:12 AM UTC Score 24/100 Plugin v1.4.2 Plugin Check 2.0.0 304 errors, 439 warningsJun 23, 2026, 02:44 PM UTC Score 25/100 Plugin v1.5.0 Plugin Check 2.0.0 318 errors, 462 warningsJun 21, 2026Jun 23, 2026

v1.5.0

25

Latest

Findings
780
Errors
318
Warnings
462
Check
2.0.0

v1.4.2

24

Score

Findings
743
Errors
304
Warnings
439
Check
2.0.0

Relationship Map

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

37 nodes

Related

Related Plugins