One Page Checkout and Layouts streamlines the entire checkout process by combining the cart and checkout into a single page.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
62
5 issue groups
Security
38
7 issue groups
I18n
32
6 issue groups
Repo Compliance
3
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_product'.
Sample message
Mismatched text domain. Expected 'custom-checkout-layouts-for-woocommerce' but got 'cclw'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Sanitization missing for register_setting().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "remove_avada_woocommerce_hooks".
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['post_data']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_data']. Check that the array index exists before using it.
Sample message
$_POST['post_data'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Missing $domain parameter in function call to __().
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s, %4$s", but got "%s, %s, %s, %s" in 'To begin using "%s" , please install the latest version of %s%s%s and add some product.'.
Sample message
Plugin name "One page checkout and layouts for woocommerce" is different from the name declared in plugin header "One page checkout and layouts for Woocommerce".
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "cclw", expected "custom-checkout-layouts-for-woocommerce".
Sample message
Function "has_block()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.5.0.
Not analyzed yet.
First score snapshot
v4.1.4
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 135 | 83 | 52 | v4.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.