Add custom CSS, JS, PHP, tracking code. Very easy to use!
Prioritized issue groups from the latest Plugin Check scan
Security
654
7 issue groups
Maintainability
616
16 issue groups
I18n
28
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"/* INPUT NOT FOUND scss $v */\n"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CSSmin".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_file_for_all_css".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$msg: $loc"'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DECLARED_FORM".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'custom-css-editor' but got '__freshface'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$optionsName][$optionsName]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). 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: "ff_framework_initalized".
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
The use of function ini_set() is discouraged
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
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
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "ffIAdminScreen".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
File and folder names must not contain spaces or special characters.
Potential connections found in static code analysis.
Outbound calls
252
External assets
4
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.4.0
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,360 | 703 | 657 | v1.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.