wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin

The best WordPress table plugin. Create responsive, and searchable tables and charts from Excel (.xlsx, .xls or .ods), CSV, XML, JSON, and PHP.

v6.5.0.9Melograno Venture StudioUpdated Added 70k+ installs90% rating100% support resolved
21
Score
1,354
Errors
1,140
Warnings
+0
Change

Category Scores

Security0
Repo75
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,494 findings

Security

1,241

8 issue groups

Maintainability

955

16 issue groups

I18n

60

1 issue group

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.464
Category
Security
Occurrences
464
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.

ERRORSecurityException Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" in DEFAULT in directive hash '$id'"'.339
Category
Security
Occurrences
339
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" in DEFAULT in directive hash '$id'"'.

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$X".220
Category
Maintainability
Occurrences
220
Severity
warning

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.152
Category
Security
Occurrences
152
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "divi_wpdatatables_initialize_extension".102
Category
Maintainability
Occurrences
102
Severity
warning

Sample message

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

WARNINGSecurityMissing Unslash$_GET['engine'] not unslashed before sanitization. Use wp_unslash() or similar93
Category
Security
Occurrences
93
Severity
warning

Sample message

$_GET['engine'] not unslashed before sanitization. Use wp_unslash() or similar

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

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.77
Category
Maintainability
Occurrences
77
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET['orderby']76
Category
Security
Occurrences
76
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['orderby']

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().67
Category
Maintainability
Occurrences
67
Severity
warning

Sample message

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

Show 15 more
ERRORI18nMissing Arg Domain60
Category
I18n
Occurrences
60
Severity
error

Sample message

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

WARNINGMaintainabilityerror log trigger error56
Category
Maintainability
Occurrences
56
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

WARNINGSecurityInput Not Validated54
Category
Security
Occurrences
54
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET['wdtable_cache_verify']. Check that the array index exists before using it.

WARNINGMaintainabilityNo Code Found47
Category
Maintainability
Occurrences
47
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.

ERRORMaintainabilityfile system operations fwrite47
Category
Maintainability
Occurrences
47
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

ERRORMaintainabilitywp function not compatible with requires wp39
Category
Maintainability
Occurrences
39
Severity
error

Sample message

Function "do_action_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.0.0.

ERRORMaintainabilityNo Explicit Version38
Category
Maintainability
Occurrences
38
Severity
error

Sample message

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

ERRORMaintainabilityfile system operations fclose36
Category
Maintainability
Occurrences
36
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORSecurityNot Prepared34
Category
Security
Occurrences
34
Severity
error

Sample message

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

WARNINGMaintainabilityNon Prefixed Class Found34
Category
Maintainability
Occurrences
34
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DIVI_DiviWpdt".

WARNINGMaintainabilityNon Prefixed Constant Found32
Category
Maintainability
Occurrences
32
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AMELIA_NUMBER_OF_ACTIVE_INSTALLS".

WARNINGMaintainabilityMissing Version30
Category
Maintainability
Occurrences
30
Severity
warning

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.

ERRORSecurityUnsafe Printing Function29
Category
Security
Occurrences
29
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORMaintainabilitydate date24
Category
Maintainability
Occurrences
24
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityNon Prefixed Namespace Found20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Client".

Score History

First score snapshot

v6.5.0.9

21

Latest

Findings
2,494
Errors
1,354
Warnings
1,140
Check
2.0.0

Related Plugins

Easy Charts

1k+ active installs

80
Really Simple CSV Importer

40k+ active installs

66