Optimize WordPress performance with server-level caching, Redis purging, and page speed tools for FlyWP-powered cloud servers.
Prioritized issue groups from the latest Plugin Check scan
Security
61
6 issue groups
Maintainability
39
12 issue groups
Repo Compliance
2
2 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cache_messages".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$config['version']['opcache_product_name']'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "FlyWP Helper - Page Cache, Page Optimization, Emails for FlyWP Server Control Panel" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
The use of function set_time_limit() is discouraged
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fly_helper_optimizations_options".
Sample message
Processing form data without nonce verification.
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Mismatched text domain. Expected 'flywp' but got 'flywp '.
Sample message
Plugin name "FlyWP Helper - Page Cache, Page Optimization, Emails for FlyWP Server Control Panel" is different from the name declared in plugin header "FlyWP".
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 7.0 < 7.1. 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
The "Requires PHP" field was ignored. This field should only contain a PHP version such as "5.2.4" or "7.0".
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Potential connections found in static code analysis.
Outbound calls
14
External assets
2
Incoming endpoints
0
No public endpoints detected.
4 score snapshots
v1.7.1
39
Latest
v1.7.0
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 103 | 21 | 82 | v1.7.1 | 2.1.0 |
| 40 | 102 | 20 | 82 | v1.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.