Style your WordPress site visually. Discover the most popular front-end design plugin! Try live demo.
Prioritized issue groups from the latest Plugin Check scan
Security
466
8 issue groups
Maintainability
47
13 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$a'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['href'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['href']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['href']
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
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "wp_delete_file()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Processing form data without nonce verification.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Use placeholders and $wpdb->prepare(); found $querystr
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Plugin name "Visual CSS Style Editor" is different from the name declared in plugin header "YellowPencil".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Mismatched Stable Tag: 6.8 != 7.6.7. 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
The plugin name includes a restricted term. Your chosen plugin name - "YellowPencil" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Not analyzed yet.
First score snapshot
v7.6.7
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 516 | 283 | 233 | v7.6.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.