Easily add conversions in WordPress plugins to Fathom Analytics
Prioritized issue groups from the latest Plugin Check scan
Maintainability
37
8 issue groups
Security
20
4 issue groups
I18n
4
2 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_fathom_analytics_conversions".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$counter'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fac_login_event_title".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['key']
Sample message
$_GET['key'] not unslashed before sanitization. Use wp_unslash() or similar
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.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Autoloader".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FAC_OPTION_INSTALLED_TC".
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$fac_options".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
48
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.2
59
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 59 | 61 | 14 | 47 | v1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.