Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc.
Prioritized issue groups from the latest Plugin Check scan
Security
66
4 issue groups
Maintainability
19
7 issue groups
Repo Compliance
4
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$default'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$default".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$muPluginFilepath'.
Sample message
The upgrade notice for "Version 2.0.0 (9th September 2017)" exceeds the limit of 300 characters.
Sample message
Sanitization missing for register_setting().
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of function plugin_dir_path(). Use wp_upload_dir() to get the uploads directory path or save to the database instead.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Invalid License: Proprietary. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Mismatched Requires at least: 6.6.0 != 6.6. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
95
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
admin_post
2 score snapshots
v3.2.0
39
Latest
v3.1.3
38
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 89 | 75 | 14 | v3.2.0 | 2.0.0 |
| 38 | 90 | 76 | 14 | v3.1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.