Load plugins only where you need them. No bloat, no conflicts, more speed. Deactivate plugins where they don't add anything useful.
Prioritized issue groups from the latest Plugin Check scan
Security
758
10 issue groups
Maintainability
75
15 issue groups
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['fdp_order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['order']. Check that the array index exists before using it.
Sample message
Function "delete_expired_transients()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
The use of function ini_set() is discouraged
Sample message
The use of function _cleanup_header_comment() is forbidden
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cart_items_html'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Unescaped parameter $option_name used in $wpdb->get_results()\n$option_name assigned unsafely at line 1501.
Sample message
Detected usage of a non-sanitized input variable: $_GET['open-notification']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
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
Use placeholders and $wpdb->prepare(); found interpolated variable $option_name at "SELECT length(option_value) AS option_value_length FROM $wpdb->options WHERE option_name = '$option_name'"
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
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Freesoul Deactivate Plugins - Disable plugins on individual WordPress pages" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Found usage of constant "PLUGINDIR". Use WP_PLUGIN_DIR instead.
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: class FDP_EDD_SL_Plugin_Updater
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
79
External assets
1
Incoming endpoints
34
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
21 more hidden
5 score snapshots
v2.6.8
32
Latest
v2.6.7
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 840 | 55 | 785 | v2.6.8 | 2.0.0 |
| 32 | 829 | 53 | 776 | v2.6.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.