Optimize your WordPress database by efficiently managing the Action Scheduler tables used by popular plugins like WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
63
8 issue groups
Security
29
5 issue groups
I18n
1
1 issue group
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
Use placeholders and $wpdb->prepare(); found $actions_count_query
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions_table".
Sample message
The use of function ini_set() is discouraged
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $actions_table used in $wpdb->query()
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$actions_table} at "DROP INDEX IF EXISTS as_status_completed ON `{$actions_table}`"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "action_scheduler_retention_period".
Sample message
Detected usage of a non-sanitized input variable: $_POST['statuses']
Sample message
$_POST['statuses'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
A function call to _n() 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
The upgrade notice for "1.3.0" exceeds the limit of 300 characters.
Not analyzed yet.
First score snapshot
v1.3.0
48
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 48 | 93 | 13 | 80 | v1.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.