Conversios: Google Analytics (GA4), Google Ads, Conversion and Analytics Tracking for Multi-Channels

Track GA4 Analytics, Google Ads, Microsoft Ads, & Conversion with server-side tracking (CAPI) & product feed to improve ROAS, reports for WooCommerce.

v7.2.18ConversiosUpdated Added 10k+ installs86% rating
24
Score
107
Errors
1,461
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance91
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,568 findings

Maintainability

1,160

13 issue groups

Security

361

10 issue groups

I18n

8

1 issue group

Performance

6

1 issue group

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

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.101
Category
Maintainability
Occurrences
101
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().100
Category
Maintainability
Occurrences
100
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: "'add_conversios_css_' . sanitize_text_field(wp_unslash($_GET['page']))".31
Category
Maintainability
Occurrences
31
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'add_conversios_css_' . sanitize_text_field(wp_unslash($_GET['page']))".

WARNINGSecurityRequest data is not unslashed$_GET['from'] not unslashed before sanitization. Use wp_unslash() or similar31
Category
Security
Occurrences
31
Severity
warning

Sample message

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

WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.30
Category
Maintainability
Occurrences
30
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $column_definition at "ALTER TABLE `$table_name` ADD `$column_name` $column_definition"30
Category
Security
Occurrences
30
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $column_definition at "ALTER TABLE `$table_name` ADD `$column_name` $column_definition"

ERRORSecurityUnsupported Identifier PlaceholderThe %i modifier is only supported in WP 6.2 or higher. Found: "%i".29
Category
Security
Occurrences
29
Severity
error

Sample message

The %i modifier is only supported in WP 6.2 or higher. Found: "%i".

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Con_GTM_WC_Tracking".24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

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

Show 15 more
ERRORSecuritySQL query is not prepared23
Category
Security
Occurrences
23
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $checkTiktokCat

WARNINGMaintainabilityMissing Version22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERRORSecurityOutput is not escaped21
Category
Security
Occurrences
21
Severity
error

Sample message

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

WARNINGSecurityDatabase parameter is not escaped17
Category
Security
Occurrences
17
Severity
warning

Sample message

Unescaped parameter $conv_actions_table used in $wpdb->get_col()\n$conv_actions_table assigned unsafely at line 328.

WARNINGSecurityInput is not validated12
Category
Security
Occurrences
12
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST['convaio_nonce']. Check that the array index exists before using it.

WARNINGMaintainabilityNot In Footer11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERRORMaintainabilityMissing direct file access protection10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta query8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGSecurityInput is not sanitized8
Category
Security
Occurrences
8
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['attr_data']

ERRORI18nMissing Translators Comment8
Category
I18n
Occurrences
8
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.

WARNINGMaintainabilityslow db query tax query7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGMaintainabilityNon-prefixed constant7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed function7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verification7
Category
Security
Occurrences
7
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGPerformancePost Not In post not in6
Category
Performance
Occurrences
6
Severity
warning

Sample message

Using exclusionary parameters, like post__not_in, 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.

External Connections

Not analyzed yet.

Score History

First score snapshot

v7.2.18

24

Latest

Findings
1,568
Errors
107
Warnings
1,461
Check
2.0.0

Relationship Map

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

29 nodes

Related Plugins