Warnings and notices can be helpful for developers as they notify them for debugging issues with their code. Though these notices can be sometimes inf …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
11
6 issue groups
Security
7
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wp_hide_backed_notices".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_notices".
Sample message
Function "wp_add_inline_style()" requires WordPress 3.3.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Detected usage of a non-sanitized input variable: $_POST['hide_notice']
Sample message
$_POST['hide_notice'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
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.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wp-hide-backed-notices" - contains the restricted term "wp" which cannot be used at all in your plugin slug.
Not analyzed yet.
First score snapshot
v1.4.9
76
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 76 | 20 | 10 | 10 | v1.4.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.