ActiveCampaign for WooCommerce

Autonomous marketing to transform your store. Fuel your customer journeys with personalized experiences across email, SMS, and WhatsApp.

v2.10.5ActiveCampaignUpdated Added 6k+ installs80% rating0% support resolved
26
Score
541
Errors
190
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance96
Maintainability10

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

731 findings

Security

274

6 issue groups

I18n

228

2 issue groups

Maintainability

217

16 issue groups

Performance

4

1 issue group

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"A '{$key}' key is required"'.242
Category
Security
Occurrences
242
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"A '{$key}' key is required"'.

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: ACTIVECAMPAIGN_FOR_WOOCOMMERCE_LOCALIZATION_DOMAIN219
Category
I18n
Occurrences
219
Severity
error

Sample message

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

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

Sample message

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

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;30
Category
Maintainability
Occurrences
30
Severity
error

Sample message

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

WARNINGMaintainabilityerror log var exportvar_export() found. Debug code should not normally be used in production.24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Since {$package} {$version}: "'.15
Category
Security
Occurrences
15
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Since {$package} {$version}: "'.

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'activecampaign-for-woocommerce' but got 'activecampaign'.9
Category
I18n
Occurrences
9
Severity
error

Sample message

Mismatched text domain. Expected 'activecampaign-for-woocommerce' but got 'activecampaign'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_ENV[$variableName]6
Category
Security
Occurrences
6
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_ENV[$variableName]

Show 15 more
WARNINGSecurityRequest data is not unslashed5
Category
Security
Occurrences
5
Severity
warning

Sample message

$_SERVER[$variableName] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilityShort PHP open tag found4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo $methodContent ..." but found "<?= $methodContent ..."

WARNINGSecurityNonce verification recommended4
Category
Security
Occurrences
4
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGPerformancePost Not In exclude4
Category
Performance
Occurrences
4
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERRORMaintainabilityfile system operations chmod3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERRORMaintainabilityunlink unlink3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityNot Allowed2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
warning

Sample message

Unescaped parameter $expire_datetime used in $wpdb-&gt;get_results()\n$expire_datetime assigned unsafely at line 62.

WARNINGMaintainabilityerror log trigger error2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

ERRORMaintainabilityfile system operations fopen2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERRORMaintainabilityfile system operations mkdir2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().

ERRORMaintainabilityrename rename2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

ERRORMaintainabilitywp function not compatible with requires wp2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Function "current_user_can_for_site()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.0.0.

ERRORMaintainabilityForbidden PHP function found1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

The use of function _get_plugin_data_markup_translate() is forbidden

WARNINGMaintainabilityMixed line endings1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

File has mixed line endings; this may cause incorrect results

External Connections

Potential connections found in static code analysis.

35 domains

Outbound calls

267

External assets

0

Incoming endpoints

33

Notable Domains

activecampaign.com132 · outbound
datatracker.ietf.org26 · outbound
php.net19 · outbound
tools.ietf.org16 · outbound
curl.haxx.se4 · outbound

Platform / Reference Domains

w3.org12 · platform/reference
github.com9 · platform/reference
opensource.org3 · platform/reference
wordpress.org2 · platform/reference
api.wordpress.org1 · platform/reference
codex.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/wc/v2/active-campaign-for-woocommerce/register-integrationREST

register_rest_route

wp_ajax_nopriv_activecampaign_for_woocommerce_cart_sync_guestpublic

wp_ajax

Admin AJAX endpoints31
wp_ajax_account-status-blockade-removeauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_cancel_historical_syncauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_cancel_product_syncauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_cart_sync_guestauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_check_historical_sync_statusauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_check_product_sync_statusauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_clear_all_settingsauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_clear_error_logauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_create_connectionauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_create_status_mappingauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_delete_abandoned_cart_rowauthenticated

wp_ajax

wp_ajax_activecampaign_for_woocommerce_delete_connectionauthenticated

wp_ajax

19 more hidden

Score History

2 score snapshots

+0
1007550250Jun 21, 2026, 01:54 AM UTC Score 26/100 Plugin v2.10.4 Plugin Check 2.0.0 541 errors, 190 warningsJun 24, 2026, 09:04 AM UTC Score 26/100 Plugin v2.10.5 Plugin Check 2.0.0 541 errors, 190 warningsJun 21, 2026Jun 24, 2026

v2.10.5

26

Latest

Findings
731
Errors
541
Warnings
190
Check
2.0.0

v2.10.4

26

Score

Findings
731
Errors
541
Warnings
190
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins