This plugin adds product variation markup by attribute to WooCommerce and adjusts product variation regular and sale prices accordingly.
Prioritized issue groups from the latest Plugin Check scan
Security
55
10 issue groups
Maintainability
53
10 issue groups
I18n
18
4 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked_desc_flag'.
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
Use placeholders and $wpdb->prepare(); found $ids
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['filter_product_attribute'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $domain parameter must be a single text string literal. Found: MT2MBA_TEXT_DOMAIN
Sample message
Unescaped parameter placeholders($ids) . ")\n\t\t\tAND $key_clause" used in $wpdb->query()
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_variation_option_name".
Sample message
error_log() found. Debug code should not normally be used in production.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $key_clause at \t\t\tAND $key_clause"
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 3.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$pointer_filter".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_MAX_LINKED_VARIATIONS".
Sample message
Mismatched text domain. Expected 'markup-by-attribute-for-woocommerce' but got 'woocommerce'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The upgrade notice for "4.8.0" exceeds the limit of 300 characters.
Potential connections found in static code analysis.
Outbound calls
31
External assets
0
Incoming endpoints
5
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v4.8.0
39
Latest
v4.7.0
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 126 | 49 | 77 | v4.8.0 | 2.1.0 |
| 40 | 120 | 48 | 72 | v4.7.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.