Prioritized issue groups from the latest Plugin Check scan
Maintainability
88
14 issue groups
I18n
35
2 issue groups
Security
8
1 issue group
Repo Compliance
3
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoloader".
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EW_DIR_PATH".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The $text parameter must be a single text string literal. Found: sprintf( 'Edit “%s”', $watermark->post_title )
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ew_load".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ew_dochooks_enabled".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
GitHub workflow directory ".github" detected. This directory should not be included in production plugins.
Sample message
Hidden files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.8 < 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 "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.0.11
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 135 | 82 | 53 | v1.0.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.