Generate & install Free SSL Certificates for WordPress, HTTPS redirect, get PADLOCK in the browser, get automatic Renewal Reminders from plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,462
17 issue groups
Security
962
7 issue groups
I18n
11
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $n</a>"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
Processing form data without nonce verification.
Sample message
$_GET['aifsannouncementdone'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['aifsannouncementdone']
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
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
Detected usage of a possibly undefined superglobal array index: $_GET['date']. Check that the array index exists before using it.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Function "get_network()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.1.0.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$exp_text'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sClick here%s to try Premium Version; the plugin will do everything automatically!'.
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
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
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: is_writable().
Sample message
Use of a direct database call is discouraged.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Not analyzed yet.
First score snapshot
v4.6.3
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,486 | 991 | 1,495 | v4.6.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.