Control how published content is updated. Users submit revisions and duplicate posts. Editors can approve, reject or schedule those revisions.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
445
11 issue groups
I18n
352
11 issue groups
Security
93
3 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_publish_scheduled_cron".
Sample message
Missing $domain parameter in function call to __().
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 1204.
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
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s%s Revision Edits'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s", but got "%s, %s, %s" in '%sMy Copies & Changes%s(%s)'.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Use of the "translate_with_gettext_context()" function is reserved for low-level API usage.
Sample message
The $text text string should have translatable content. Found: '%1$s'
Sample message
Translatable string should not be wrapped in HTML. Found: '<strong>This plugin can be deleted.</strong>'
Sample message
The $context parameter must be a single text string literal. Found: $context
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s%s Revision Edit'.
Potential connections found in static code analysis.
Outbound calls
155
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
4 score snapshots
v4.0.2
26
Latest
v3.9.2
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 893 | 412 | 481 | v4.0.2 | 2.1.0 |
| 24 | 1,023 | 422 | 601 | v3.9.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.