Control how published content is updated. Users can duplicate posts and submit changes. Then editors can approve, reject or schedule those changes.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
448
11 issue groups
I18n
331
5 issue groups
Security
217
9 issue groups
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_action".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_revisionary_dashboard_dismiss_msg".
Sample message
Missing $domain parameter in function call to __().
Sample message
$_GET['p'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'handle_bulk_actions-' . get_current_screen()->id".
Sample message
Unescaped parameter $_request used in $wpdb->get_var()\n$_request assigned unsafely at line 1202.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Sent in last day: %d / %d'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AGP_USAGE_MESSAGE_DONE".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PP_Revisions_Compat".
Sample message
Processing form data without nonce verification.
Sample message
Function "get_user()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 5.5.0.
Sample message
The $text parameter must be a single text string literal. Found: "<strong>Note:</strong> For visual display of revisions, add the following code to foliopress-wysiwyg.php:<br /> if ( strpos( $" . "_SERVER['REQUEST_URI'], 'admin.php?page=rvy-revisions' ) ) return;"
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $post_status_csv at "SELECT COUNT(r.ID) FROM $wpdb->posts r INNER JOIN $wpdb->posts p ON r.comment_count = p.ID WHERE p.post_status IN ('$post_status_csv') AND r.post_type IN ('$type_csv') AND r.post_mime_type IN ('pending-revision')"
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%".
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['compare']
Sample message
The parameter "['hide_empty' => false, 'return' => 'name']" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s%s Revision Edits'.
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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%d'.
Sample message
The parameter "false" at position #2 of get_delete_post_link() has been deprecated since WordPress version 3.0.0. Use "" instead.
Potential connections found in static code analysis.
Outbound calls
153
External assets
0
Incoming endpoints
3
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v3.9.2
24
Latest
v3.9.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,023 | 422 | 601 | v3.9.2 | 2.0.0 |
| 24 | 1,004 | 421 | 583 | v3.9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.