A wordpress plugin for using all caches on varnish, nginx, php-fpm stack with php-apc. This plugin includes db-cache-reloaded-fix for dbcache.
Prioritized issue groups from the latest Plugin Check scan
Security
115
10 issue groups
Maintainability
103
12 issue groups
I18n
65
3 issue groups
Sample message
Mismatched text domain. Expected 'wpbase-cache' but got 'redis-cache'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot use '{$command->getId()}' over clusters of connections."'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cache_options".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_wpoven_site".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input id='wpbase_cache_admin_bar_button' disabled='disabled' name='wpbase_cache_options[admin_bar_button]' type='checkbox' value='1' $checked />"'.
Sample message
The "goto" language construct should not be used.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_REDIS_PREFIX".
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Servers_List".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WPBase Cache" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using rename(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_redirect".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Missing $domain parameter in function call to __().
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
Sanitization missing for register_setting().
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 261.
Not analyzed yet.
First score snapshot
v5.5.6
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 302 | 189 | 113 | v5.5.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.