Add a product catalog to your site with blocks or shortcodes. Works with WooCommerce or standalone. Flexible and customizable, works with any theme.
Prioritized issue groups from the latest Plugin Check scan
Security
605
9 issue groups
Maintainability
409
14 issue groups
I18n
33
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='{$value}' target='_blank'>{$value}</a>"'.
Sample message
$_COOKIE['upcp_cart_products'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ewdupcpAJAX".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ewd-upcp-settings-' . $setting".
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$average_rating".
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
Mismatched text domain. Expected 'ultimate-product-catalogue' but got 'simple-admin-pages'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['SingleProduct']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $catalog_items_table_name at "SELECT * FROM $catalog_items_table_name WHERE Catalogue_ID=%d ORDER BY Position"
Sample message
Unescaped parameter $catalog_items_table_name used in $wpdb->get_results()\n$catalog_items_table_name assigned unsafely at line 708.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ewd_add_frontend_ajax_url".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['ewd_upcp_products_spreadsheet']['name']
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EWD_UPCP_CATALOG_POST_TYPE".
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
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
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
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Potential connections found in static code analysis.
Outbound calls
258
External assets
3
Incoming endpoints
21
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 more hidden
2 score snapshots
v5.3.16
24
Latest
v5.3.15
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,076 | 554 | 522 | v5.3.16 | 2.0.0 |
| 24 | 1,079 | 554 | 525 | v5.3.15 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.