Add a WhatsApp order button to your WooCommerce store. Completely free. Automatic customer notifications with MyD Notifications.
Category Scores
Top Issues by Category
maintainability5
Issues Details
15 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$buttons_text'.
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
A function call to esc_html__() 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.
The $text text string should have translatable content. Found: ''
The plugin slug includes a restricted term. Your plugin slug - "woo-order-on-whatsapp" - contains the restricted term "whatsapp" which cannot be used at all in your plugin slug.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$buttons_text'. | 6 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 4 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to esc_html__() 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. | 2 |
| WordPress.WP.I18n.NoEmptyStrings | ERROR | The $text text string should have translatable content. Found: '' | 2 |
| trademarked_term | WARNING | The plugin slug includes a restricted term. Your plugin slug - "woo-order-on-whatsapp" - contains the restricted term "whatsapp" which cannot be used at all in your plugin slug. | 1 |
Latest Snapshot
Findings
15
Errors
14
Warnings
1
Score History
First score snapshot
First scan completed
v4.0.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v4.0.1
84
Latest
- Findings
- 15
- Errors
- 14
- Warnings
- 1
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 84 | 15 | 14 | 1 | v4.0.1 | 2.0.0 | 2026.06-mvp-static-v2 |