Excel-style tables for WordPress — now with AI. Create, edit and analyse data using ChatGPT, Claude, Gemini and more.
Prioritized issue groups from the latest Plugin Check scan
Security
116
9 issue groups
Maintainability
98
12 issue groups
I18n
27
3 issue groups
Performance
5
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
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 interpolated variable {$orderBy} at "SELECT {$select} FROM {$wpdb->prefix}supsystic_tbl_tables WHERE `id` LIKE %s OR `title` LIKE %s OR `table_type` LIKE %s ORDER BY `{$orderBy}` {$sortOrder} LIMIT %d OFFSET %d"
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attrName".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$delimEOL'.
Sample message
Unescaped parameter $tableName used in $wpdb->get_col()\n$tableName assigned unsafely at line 1105.
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
The $text parameter must be a single text string literal. Found: $this->get_field_id('id')
Sample message
Mismatched text domain. Expected 'data-tables-generator-by-supsystic' but got 'supsystic-tables'.
Sample message
Use placeholders and $wpdb->prepare(); found $prepare
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dtgsDeactivateLegacyWooAddonNotice".
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
Setting `suppress_filters` to `true` is prohibited.
Sample message
The use of function ini_set() is discouraged
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DTGS_PLUGIN_ADMIN_URL".
Sample message
Unescaped parameter $prepare used in $wpdb->get_results()\n$prepare assigned unsafely at line 128.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_ACCEPT_LANGUAGE']. Check that the array index exists before using it.
Sample message
$_SERVER['HTTP_ACCEPT_LANGUAGE'] not unslashed before sanitization. Use wp_unslash() or similar
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.
Potential connections found in static code analysis.
Outbound calls
240
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
13 score snapshots
v1.14.3
27
Latest
v1.14.2
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 270 | 138 | 132 | v1.14.3 | 2.1.0 |
| 27 | 270 | 138 | 132 | v1.14.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.