Easily add your Lead Forensics tracking code to your WordPress site.
Category Scores
Top Issues by Category
maintainability4
repo_compliance1
Issues Details
7 issues found in latest scan
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "esc_textarea".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'trim'.
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
In footer ($in_footer) is not set explicitly wp_register_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.
Tested up to: 6.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
The "Text Domain" header in the plugin file does not match the slug. Found "lead-forensics", expected "lead-forensics-roi".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "esc_textarea". | 2 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'trim'. | 1 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching. | 1 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_register_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. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "lead-forensics", expected "lead-forensics-roi". | 1 |
Latest Snapshot
Findings
7
Errors
2
Warnings
5
Score History
First score snapshot
First scan completed
v3.6.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v3.6.0
92
Latest
- Findings
- 7
- Errors
- 2
- Warnings
- 5
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 92 | 7 | 2 | 5 | v3.6.0 | 2.0.0 | 2026.06-mvp-static-v2 |