Easily control and limit post revisions per post type to keep your WordPress database clean and optimized—no coding required!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
37
7 issue groups
Security
27
7 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name . '_content'".
Sample message
Use placeholders and $wpdb->prepare(); found $query
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
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 521.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$base".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_simple_revision_control_options".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wpautop'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST[$nonce_value]. Check that the array index exists before using it.
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
86
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
2 score snapshots
v2.2.5
41
Latest
v2.2.4
41
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 64 | 22 | 42 | v2.2.5 | 2.0.0 |
| 41 | 77 | 34 | 43 | v2.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.