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

Top Issues by Category

maintainability1,160
security361
i18n8
performance6

Issues Details

1,568 issues found in latest scan

WARNING802
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING183
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING101
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING100
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING31
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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']))".

WARNING31
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING30
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING30
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

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

ERROR29
WordPress.DB.PreparedSQLPlaceholders.UnsupportedIdentifierPlaceholder

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

WARNING24
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

ERROR23
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING22
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

ERROR21
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING17
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING12
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING11
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

ERROR10
missing_direct_file_access_protection

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

WARNING8
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING8
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR8
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING7
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING7
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING6
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in

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.

Latest Snapshot

Findings

1,568

Errors

107

Warnings

1,461

Score History

First score snapshot

First scan completed

v7.2.18 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v7.2.18

24

Latest

Findings
1,568
Errors
107
Warnings
1,461
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins