Change plugin order and selectively enable/disable plugins on each post/page.
Prioritized issue groups from the latest Plugin Check scan
Security
299
10 issue groups
Maintainability
223
13 issue groups
I18n
58
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"regex['$key'] = $val;\n"'.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $addColumnSql
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $addColumnSql used in $wpdb->query()\n$addColumnSql assigned unsafely at line 456.
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
Detected usage of a non-sanitized input variable: $_COOKIE['po_assigned_roles']
Sample message
$_COOKIE['po_assigned_roles'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $this used in $wpdb->get_results()
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['PO_nonce']. Check that the array index exists before using it.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Plugin Organizer" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
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
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Potential connections found in static code analysis.
Outbound calls
11
External assets
0
Incoming endpoints
24
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
12 more hidden
2 score snapshots
v10.2.5
33
Latest
v10.2.4
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 582 | 325 | 257 | v10.2.5 | 2.0.0 |
| 32 | 583 | 326 | 257 | v10.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.