Offload media to cloud storage (S3, DigitalOcean, Google Cloud, Cloudflare R2, S3 compatible Services) and rewrite URLs for seamless file delivery.
Prioritized issue groups from the latest Plugin Check scan
Security
929
8 issue groups
Maintainability
366
17 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" Valid algorithms supported by the runtime are {$validAlgorithms}."'.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" The modeled type is `{$expectedType}`."'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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: fwrite().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PROBE_FUNCTIONS".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $key at "SELECT meta_value FROM $wpdb->postmeta WHERE post_id=$post_id AND meta_key='$key'"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 248.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_ENV[$env]
Sample message
Use placeholders and $wpdb->prepare(); found $case_ext
Sample message
$_POST['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The "goto" language construct should not be used.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $key used in $wpdb->get_row()\n$key used without escaping.
Sample message
Attempting a database schema change is discouraged.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
299
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.3.11
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,369 | 1,095 | 274 | v1.3.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.