Parcel Pro heeft een API koppeling ontwikkeld die gelinkt is aan de backoffice van WordPress/WooCommerce. Hiermee kunt u heel gemakkelijk orders inlad …
Prioritized issue groups from the latest Plugin Check scan
Security
226
7 issue groups
Maintainability
149
16 issue groups
I18n
8
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$carrier[$service['id']]'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Custom_services".
Sample message
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['id']
Sample message
Short PHP opening tag used with echo; expected "<?php echo PARCELPRO_SHOPSUNITED ..." but found "<?= PARCELPRO_SHOPSUNITED ..."
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['parcelpro_address_1']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Mismatched text domain. Expected 'woo-parcel-pro' but got 'woocommerce'.
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_scripts".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "run_parcelpro".
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
29
External assets
3
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.9.0
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 391 | 171 | 220 | v1.9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.