Reading Time WP creates an estimated reading time of your posts that is inserted above the content or by using a shortcode.
Category Scores
Top Issues by Category
maintainability33
security2
repo_compliance2
Issues Details
38 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$key".
Function "wp_unslash()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.0.1.
The plugin name includes a restricted term. Your chosen plugin name - "Reading Time WP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
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.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rt_edit_postfix".
Detected usage of a non-sanitized input variable: $_POST['rt_reading_time_post_types']
$_POST['rt_reading_time_post_types'] not unslashed before sanitization. Use wp_unslash() or similar
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.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$key". | 25 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_unslash()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.0.1. | 4 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Reading Time WP" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| 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 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rt_edit_postfix". | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['rt_reading_time_post_types'] | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['rt_reading_time_post_types'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| 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 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
38
Errors
5
Warnings
33
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.0.17 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.0.17
89
Latest
- Findings
- 38
- Errors
- 5
- Warnings
- 33
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 89 | 38 | 5 | 33 | v2.0.17 | 2.0.0 | 2026.06-mvp-static-v2 |