Enable caching of the WordPress REST API and auto-flush caches upon wp-admin editing.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
109
8 issue groups
Security
59
4 issue groups
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$child".
Sample message
$_GET['bulk-flush'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $check_index_query used in $wpdb->get_results()\n$check_index_query assigned unsafely at line 1892.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n=== $cname ===\n"'.
Sample message
Attempting a database schema change is discouraged.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP REST Cache" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Function "get_object_subtype()" requires WordPress 4.9.8, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
Application files are not permitted.
Potential connections found in static code analysis.
Outbound calls
43
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
3 score snapshots
v2026.3.1
39
Latest
v2026.3.0
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 168 | 19 | 149 | v2026.3.1 | 2.0.0 |
| 39 | 168 | 19 | 149 | v2026.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.