Add instant "Call Now" and "Chat" buttons to your website, allowing visitors to seamlessly contact you with a single click.
Category Scores
Top Issues by Category
security10
repo_compliance1
Issues Details
15 issues found in latest scan
Sanitization missing for register_setting().
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Mismatched text domain. Expected 'call-now-and-chat-buttons' but got 'your-text-domain'.
Tested up to: 6.7 < 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.
| Code | Type | Message | Count |
|---|---|---|---|
| PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing | ERROR | Sanitization missing for register_setting(). | 8 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 2 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'call-now-and-chat-buttons' but got 'your-text-domain'. | 2 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.7 < 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 |
Latest Snapshot
Findings
15
Errors
13
Warnings
2
Score History
First score snapshot
First scan completed
v1.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v1.2.0
72
Latest
- Findings
- 15
- Errors
- 13
- Warnings
- 2
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 72 | 15 | 13 | 2 | v1.2.0 | 2.0.0 | 2026.06-mvp-static-v2 |