Easily add custom CSS and JavaScript code to your WordPress site, with draft previewing, revisions, and minification!
Prioritized issue groups from the latest Plugin Check scan
Security
71
5 issue groups
Maintainability
37
10 issue groups
I18n
19
3 issue groups
Supply Chain
1
1 issue group
Sample message
Detected usage of a non-sanitized input variable: $_POST['code']
Sample message
$_POST['code'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'custom-css-and-javascript' but got 'wpz-custom-css-js'.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$posts[0]'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$path'.
Sample message
Processing form data without nonce verification.
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPZ_Custom_CSS_JS_Addons".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Custom CSS and JavaScript by %sWP Zone%s.'.
Sample message
Hidden files are not permitted.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.6 < 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.
Not analyzed yet.
First score snapshot
v2.0.16
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 129 | 38 | 91 | v2.0.16 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.