Adds Google Analytics tracking code to your WordPress site. Supports many tracking features.
Prioritized issue groups from the latest Plugin Check scan
Security
56
5 issue groups
Maintainability
19
6 issue groups
I18n
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$auto'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GAP_AUTHOR".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "gap_custom_code".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.
Sample message
Detected usage of a non-sanitized input variable: $_GET['dismiss-notice-verify']
Sample message
$_GET['dismiss-notice-verify'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
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.
Sample message
Plugin name "GA Google Analytics – Connect Google Analytics to WordPress" is different from the name declared in plugin header "GA Google Analytics".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "GA Google Analytics – Connect Google Analytics to WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Not analyzed yet.
First score snapshot
v20260421
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 76 | 46 | 30 | v20260421 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.