Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP.
Prioritized issue groups from the latest Plugin Check scan
Security
285
10 issue groups
Maintainability
283
15 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actionPastTense".
Sample message
$_GET['destination'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['destination']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['htaccess-id']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['SERVER_ADDR']'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Processing form data without nonce verification.
Sample message
Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$command'.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
error_log() found. Debug code should not normally be used in production.
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 $table at "SELECT meta_id FROM $table WHERE meta_key = '_wp_attached_file' AND meta_value = %s LIMIT 1"
Sample message
Use placeholders and $wpdb->prepare(); found $sql
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Not analyzed yet.
First score snapshot
v0.25.15
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 587 | 160 | 427 | v0.25.15 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.