A visual editor to customize the CSS styling of anything on your site - from Google fonts to responsive layouts.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,274
12 issue groups
Security
1,095
9 issue groups
I18n
196
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MTlicense".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script id='$handle-js'%s%s>%s</script>\n"'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
A function call to __() 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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['preferences_file']['error']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$slugCheckFilter".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $as at \t\t\t\t VALUES $insertString $as\r\n
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "afs-import_details".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$importPath'.
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
Unescaped parameter $content_table used in $wpdb->get_results()\n$content_table assigned unsafely at line 54.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s could not be moved to %s'.
Sample message
Mismatched text domain. Expected 'microthemer' but got 'noun'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Not analyzed yet.
First score snapshot
v7.5.3.9
20
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 2,703 | 1,004 | 1,699 | v7.5.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.