Create WooCommerce product tables that are searchable, sortable, filterable and mobile responsive. Help customers find and buy products much faster.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,882
13 issue groups
Security
1,427
11 issue groups
I18n
159
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$arr_key".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" #wcpt-{$table_id} .wcpt-left-sidebar.wcpt-navigation {\n'.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Mismatched text domain. Expected 'wc-product-table-lite' but got "wc-product-table".
Sample message
$_GET[$data['id'] . '_device'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET[$data['id'] . '_device']
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.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET[$field_name_prefix . 'order']. Check that the array index exists before using it.
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
Use placeholders and $wpdb->prepare(); found $exact_query
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $andor_op at "(($wpdb->posts.post_title $like_op %s) $andor_op ($wpdb->posts.post_excerpt $like_op %s) $andor_op ($wpdb->posts.post_content $like_op %s))"
Sample message
Unescaped parameter $query used in $wpdb->get_row()\n$query assigned unsafely at line 6074.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "formatted_woocommerce_price".
Sample message
error_log() found. Debug code should not normally be used in production.
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
Possible use of short open tags detected; found: <? echo ucwords($device); ?> devices in th...
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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.
Potential connections found in static code analysis.
Outbound calls
274
External assets
2
Incoming endpoints
24
register_rest_route
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
wp_ajax
5 more hidden
4 score snapshots
v5.6.0
23
Latest
v5.4.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,505 | 1,380 | 2,125 | v5.6.0 | 2.0.0 |
| 23 | 3,422 | 1,362 | 2,060 | v5.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.