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
Maintainability
158
15 issue groups
Security
130
6 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 {$afterColumn} at "ALTER TABLE {$tableName} ADD COLUMN `history_settings` TEXT NULL AFTER `{$afterColumn}`"
Sample message
Unescaped parameter $tableName used in $wpdb->get_col()\n$tableName assigned unsafely at line 1105.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Base_MixpanelBase".
Sample message
The $text parameter must be a single text string literal. Found: $this->get_field_id('id')
Sample message
Attempting a database schema change is discouraged.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Mismatched text domain. Expected 'data-tables-generator-by-supsystic' but got 'supsystic-tables'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Use placeholders and $wpdb->prepare(); found $prepare
Sample message
error_log() found. Debug code should not normally be used in production.
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DTGS_PLUGIN_ADMIN_URL".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
243
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
9 score snapshots
v1.13.1
22
Latest
v1.13.0
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 362 | 164 | 198 | v1.13.1 | 2.0.0 |
| 22 | 360 | 160 | 200 | v1.13.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.