Write your styles beautifully with the power of Visual Studio Code
Prioritized issue groups from the latest Plugin Check scan
Security
30
5 issue groups
Maintainability
16
9 issue groups
Supply Chain
2
1 issue group
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 '$minify'.
Sample message
The parameter "false" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['css']
Sample message
$_POST['css'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['css']. Check that the array index exists before using it.
Sample message
Short PHP opening tag used with echo; expected "<?php echo get_dashboard_url ..." but found "<?= get_dashboard_url ..."
Sample message
Hidden files are not permitted.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using fwrite(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "locate_template".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$customizer".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Sample message
Tested up to: 6.3 < 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
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.2.2
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 50 | 25 | 25 | v1.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.