Expand hidden content without page refresh. SEO-friendly, crawlable by search engines and easy to use.
Category Scores
Top Issues by Category
i18n197
security64
maintainability4
Issues Details
267 issues found in latest scan
Mismatched text domain. Expected 'read-more-without-refresh' but got 'rmwr'.
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bg_color'.
Function "sanitize_hex_color()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.0.1.
Processing form data without nonce verification.
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.
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Detected usage of a non-sanitized input variable: $_GET['settings-updated']
$_GET['settings-updated'] not unslashed before sanitization. Use wp_unslash() or similar
Tested up to: 6.9 < 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 "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
The "Text Domain" header in the plugin file does not match the slug. Found "rmwr", expected "read-more-without-refresh".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'read-more-without-refresh' but got 'rmwr'. | 195 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 31 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bg_color'. | 29 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "sanitize_hex_color()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.0.1. | 3 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| PluginCheck.CodeAnalysis.Offloading.OffloadedContent | ERROR | Offloading images, js, css, and other scripts to your servers or any remote service is disallowed. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['settings-updated'] | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['settings-updated'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 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 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "rmwr", expected "read-more-without-refresh". | 1 |
Latest Snapshot
Findings
267
Errors
260
Warnings
7
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.0.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.0.0
41
Latest
- Findings
- 267
- Errors
- 260
- Warnings
- 7
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 41 | 267 | 260 | 7 | v4.0.0 | 2.0.0 | 2026.06-mvp-static-v2 |