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
8 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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$muPluginFilepath'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.7.0 != 6.7. "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.
Sample message
Mismatched Stable Tag: 3.2.1 != 3.3.0. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
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
3 score snapshots
v3.3.0
38
Latest
v3.2.0
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 89 | 75 | 14 | v3.3.0 | 2.1.0 |
| 39 | 89 | 75 | 14 | v3.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.