Product Table for WooCommerce

Helps you to display your products in a searchable table layout with filters.

v6.1.0Saiful IslamUpdated Added 5k+ installs96% rating
25
Score
183
Errors
896
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance95
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,079 findings

Maintainability

966

16 issue groups

Security

65

4 issue groups

I18n

39

4 issue groups

Performance

2

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Add_to_Quote".620
Category
Maintainability
Occurrences
620
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Add_to_Quote".

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "change_enable_col_by_wpml".132
Category
Maintainability
Occurrences
132
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "change_enable_col_by_wpml".

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_appsero_license_section".81
Category
Maintainability
Occurrences
81
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_appsero_license_section".

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;80
Category
Maintainability
Occurrences
80
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"๐Ÿ› ๏ธ <strong>File:</strong> <span style='color:#8d8d8d;'>$file</span> on line <span style='color:#4b4b4b;'>$line</span>"'.57
Category
Security
Occurrences
57
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"๐Ÿ› ๏ธ <strong>File:</strong> <span style='color:#8d8d8d;'>$file</span> on line <span style='color:#4b4b4b;'>$line</span>"'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'woo-product-table' but got 'appsero'.29
Category
I18n
Occurrences
29
Severity
error

Sample message

Mismatched text domain. Expected 'woo-product-table' but got 'appsero'.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;WPT_ASSETS_URL&quot;.13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;WPT_ASSETS_URL&quot;.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CA_Framework&quot;.12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CA_Framework&quot;.

WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$action_hook&quot;.6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$action_hook&quot;.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more
ERRORI18nMissing Translators Comment5
Category
I18n
Occurrences
5
Severity
error

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.

WARNINGMaintainabilityDirect Query4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityslow db query meta key4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityslow db query meta query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityslow db query tax query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGMaintainabilityNo PHP code found2
Category
Maintainability
Occurrences
2
Severity
warning

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.

ERRORMaintainabilityunlink unlink2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORI18nNon Singular String Literal Text2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $col_content

WARNINGPerformancePost Not In exclude2
Category
Performance
Occurrences
2
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERRORMaintainabilitywp function not compatible with requires wp2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Function "wp_register_block_metadata_collection()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.2.0.

ERRORSecurityDatabase parameter is not escaped1
Category
Security
Occurrences
1
Severity
error

Sample message

Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1434.

WARNINGMaintainabilityNo Caching1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORSecuritySQL query is not prepared1
Category
Security
Occurrences
1
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $sql

WARNINGMaintainabilityslow db query meta value1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

External Connections

Potential connections found in static code analysis.

40 domains

Outbound calls

284

External assets

1

Incoming endpoints

15

Notable Domains

wooproducttable.com98 ยท outbound
datatables.net23 ยท outbound
schemas.openxmlformats.org23 ยท outbound
codeastrology.com14 ยท outbound
demo.wooproducttable.com7 ยท outbound
appsero.com4 ยท outbound

Platform / Reference Domains

wordpress.org29 ยท platform/reference
github.com17 ยท platform/reference
ps.w.org14 ยท platform/reference
w3.org12 ยท platform/reference
developer.wordpress.org2 ยท platform/reference
api.wordpress.org1 ยท platform/reference
codex.wordpress.org1 ยท platform/reference
downloads.wordpress.org1 ยท platform/reference

External Asset Domains

js.stripe.com2 ยท asset + outbound

Incoming Endpoints

wp_ajax_nopriv_wpt_ajax_add_to_cartpublic

wp_ajax

wp_ajax_nopriv_wpt_ajax_mulitple_add_to_cartpublic

wp_ajax

wp_ajax_nopriv_wpt_export_tablepublic

wp_ajax

wp_ajax_nopriv_wpt_fragment_empty_cartpublic

wp_ajax

wp_ajax_nopriv_wpt_fragment_refreshpublic

wp_ajax

wp_ajax_nopriv_wpt_print_noticepublic

wp_ajax

Admin AJAX endpoints9
wp_ajax_appsero_refresh_license_authenticated

wp_ajax

wp_ajax_ca_framework_activate_pluginauthenticated

wp_ajax

wp_ajax_ca_framework_dismissauthenticated

wp_ajax

wp_ajax_wpt_ajax_add_to_cartauthenticated

wp_ajax

wp_ajax_wpt_ajax_mulitple_add_to_cartauthenticated

wp_ajax

wp_ajax_wpt_export_tableauthenticated

wp_ajax

wp_ajax_wpt_fragment_empty_cartauthenticated

wp_ajax

wp_ajax_wpt_fragment_refreshauthenticated

wp_ajax

wp_ajax_wpt_print_noticeauthenticated

wp_ajax

Score History

2 score snapshots

+0
1007550250Jun 21, 2026, 06:01 AM UTC Score 25/100 Plugin v6.0.9 Plugin Check 2.0.0 183 errors, 896 warningsJun 24, 2026, 12:01 PM UTC Score 25/100 Plugin v6.1.0 Plugin Check 2.0.0 183 errors, 896 warningsJun 21, 2026Jun 24, 2026

v6.1.0

25

Latest

Findings
1,079
Errors
183
Warnings
896
Check
2.0.0

v6.0.9

25

Score

Findings
1,079
Errors
183
Warnings
896
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins