ShareThis Dashboard for Google Analytics

Use Google Analytics on your WordPress site without touching any code, and view visitor reports right in your WordPress admin dashboard!

v3.3.2ShareThisUpdated 2026-05-21Added Jun 15, 200980k+ installs72% rating
90
Score
4
Errors
272
Warnings
+0
Change

Category Scores

Security94
Repo100
Performance100
Maintainability65

Top Issues by Category

Issues Details

276 issues found in latest scan

WARNING228
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING32
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR3
missing_direct_file_access_protection

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

ERROR1
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING1
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

Latest Snapshot

Findings

276

Errors

4

Warnings

272

Score History

First score snapshot

First scan completed Jun 20, 2026

v3.3.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v3.3.2

90

Latest

Findings
276
Errors
4
Warnings
272
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins