Retains up to three versions when you update a plugin. It works with premium and custom plugins too.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | plugin_updater_detected | Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins | — | Plugin Repo |
| ERROR | readme_mismatched_header_requires | Mismatched Requires at least: 4.6 != 4.9. "Requires at least" needs to be exactly the same with that in your main plugin file's header. | — | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$result'. | 441:30 | Security |
| ERROR | WordPress.WP.AlternativeFunctions.unlink_unlink | unlink() is discouraged. Use wp_delete_file() to delete a file. | 384:5 | Plugin Repo |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar | 21:135 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['dir'] not unslashed before sanitization. Use wp_unslash() or similar | 30:35 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['parent_plugin'] not unslashed before sanitization. Use wp_unslash() or similar | 31:38 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_GET['rollback_wp'] not unslashed before sanitization. Use wp_unslash() or similar | 429:40 | Security |
| WARNING | mismatched_plugin_name | Plugin name "PlugVersions - Easily roll back to previous versions of your plugins." is different from the name declared in plugin header "PlugVersions". | — | — |
| WARNING | trademarked_term | The plugin name includes a restricted term. Your chosen plugin name - "PlugVersions - Easily roll back to previous versions of your plugins." - contains the restricted term "plugin" which cannot be used at all in your plugin name. | — | Plugin Repo |
| 15.11.2025, 04:58:17 | 12s | 97 | 4 | 6 |