Use Google Analytics on your WordPress site without touching any code, and view visitor reports right in your WordPress admin dashboard!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
273
7 issue groups
Security
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "GA_OAuth".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GA_MAIN_FILE_PATH".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_google_analytics_php_version_error".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "st_support_save_error".
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.
Potential connections found in static code analysis.
Outbound calls
286
External assets
1
Incoming endpoints
13
No public endpoints detected.
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
2 score snapshots
v3.4.0
90
Latest
v3.3.2
90
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 90 | 274 | 4 | 270 | v3.4.0 | 2.0.0 |
| 90 | 276 | 4 | 272 | v3.3.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.