Create a true Supermarket shopping experience. Sort and show products on Shop page by category - auto show On Sale or Featured first, Endless Scroll.
Prioritized issue groups from the latest Plugin Check scan
Security
183
8 issue groups
Maintainability
171
13 issue groups
I18n
45
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$GLOBALS[WC_PSAD_PREFIX.'admin_interface']'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->option_name . '_settings_fields'".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$id_attribute".
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_PSAD_AUTHOR_URI".
Sample message
Processing form data without nonce verification.
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
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'woocommerce-product-sort-and-display' but got ''.
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wc_admin_sort_display_page_show".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['product_id']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Compile_Less_Sass".
Sample message
Detected usage of a non-sanitized input variable: $_GET['orderby']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$msg: $loc"'.
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "a3_admin_ui_script_params".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d - %d'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
104
External assets
1
Incoming endpoints
5
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.4.5
28
Latest
v2.4.4
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 419 | 190 | 229 | v2.4.5 | 2.0.0 |
| 28 | 434 | 199 | 235 | v2.4.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.