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

wpdatatables · by melograno · wordpress.org ↗ · SVN ↗
Active installs
70k+
Current version
6.5.1.2
Added
2015-11-30
Last updated
2026-06-24 (8d ago)
First seen by beacon
2mo ago
Total downloads
2,652,820

Statistics

2024-06-17 → 2026-07-01 · 745 days
Downloads today
895
7-day total 19,573
Week over week
▲ +7%
vs prior 7 days
30-day trend
rising
▲ +35% MoM
Abandonment
○○○○○
healthy
Downloads/day Linear trend
13k10k6k3k02024-062024-102025-022025-062025-102026-022026-07
13k10k6k3k02026-042026-042026-052026-052026-062026-06
13k10k6k3k02026-062026-062026-062026-062026-062026-06

Active versions

6.5other3.42.1
6.5 · 48.3%other · 22.6%3.4 · 12.5%2.1 · 9.3%6.3 · 7.4%

Ratings

5★
378
4★
13
3★
14
2★
8
1★
35

Support: 7/7 resolved

Alerts (0)

No open alerts.

Show 6 resolved alerts
Medium code_scan_delta Resolved · fp_base64_benign_data_handling 2026-07-02 03:37:33 (19h ago)
Slugwpdatatables
Previous version6.5.0.8
Current version6.5.1.2
New findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinlib/wordpress/mcp-adapter/includes/Domain/Utils/McpValidator.php118return base64_decode( $content, true ) !== false; // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decodemedium
New finding count1
View raw JSON
{
    "slug": "wpdatatables",
    "previous_version": "6.5.0.8",
    "current_version": "6.5.1.2",
    "new_findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "lib/wordpress/mcp-adapter/includes/Domain/Utils/McpValidator.php",
            "line": 118,
            "snippet": "return base64_decode( $content, true ) !== false; // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 1
}
High author_younger_than_plugin Resolved · tms_portfolio_author_account_change_melograno 2026-07-01 21:30:12 (1d ago)
Slugwpdatatables
Author slugmelograno
Author display nameMelograno Venture Studio
Author employer
Author member since2026-06-04
Earliest plugin commit2015-11-29 21:35:32
Plugin age at author join3,839
Author age now days27
Prior committersplugin-master wpDataTables
Active installs70,000
View raw JSON
{
    "slug": "wpdatatables",
    "author_slug": "melograno",
    "author_display_name": "Melograno Venture Studio",
    "author_employer": null,
    "author_member_since": "2026-06-04",
    "earliest_plugin_commit": "2015-11-29 21:35:32",
    "plugin_age_at_author_join": 3839,
    "author_age_now_days": 27,
    "prior_committers": [
        "plugin-master",
        "wpDataTables"
    ],
    "active_installs": 70000
}
Medium contributor_added Resolved · benign_known_acquirer_contributor 2026-05-28 01:54:36 (1mo ago)
Slugwpdatatables
New contributorsivyforms
Active installs70,000
View raw JSON
{
    "slug": "wpdatatables",
    "new_contributors": [
        "ivyforms"
    ],
    "active_installs": 70000
}
Medium code_scan_delta Resolved · benign_baseline_findings_no_new_ioc 2026-05-27 19:34:05 (1mo ago)
Slugwpdatatables
Previous version6.5.0.6
Current version6.5.0.8
New findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinintegrations/ivyforms/ivyforms-integration.php718return false !== base64_decode( $base64_string, true );medium
New finding count1
View raw JSON
{
    "slug": "wpdatatables",
    "previous_version": "6.5.0.6",
    "current_version": "6.5.0.8",
    "new_findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "integrations/ivyforms/ivyforms-integration.php",
            "line": 718,
            "snippet": "return false !== base64_decode( $base64_string, true );",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 1
}
Medium code_scan_match Resolved · code_scan_fp_class_genre_encoding 2026-05-05 11:50:25 (1mo ago)
Slugwpdatatables
Finding count7
Findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinlib/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php99$saltValue = base64_decode($salt);medium
eval_callbuiltinlib/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php182return eval('return array(' . $contents . ');');medium
base64_decodebuiltinlib/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php78$raw_data = base64_decode($data);medium
eval_callbuiltinlib/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php30$result = eval("\$var = $expr;");medium
base64_decodebuiltinlib/firebase/php-jwt/src/JWT.php274$key = base64_decode((string) end($lines));medium
base64_decodebuiltinlib/firebase/php-jwt/src/JWT.php334$key = base64_decode((string) end($lines));medium
base64_decodebuiltinlib/firebase/php-jwt/src/JWT.php415return \base64_decode(self::convertBase64UrlToBase64($input));medium
Resolved sha59fc80b97f8e030f8c7862c835715edf534113fd
View raw JSON
{
    "slug": "wpdatatables",
    "finding_count": 7,
    "findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "lib/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php",
            "line": 99,
            "snippet": "$saltValue = base64_decode($salt);",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "lib/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php",
            "line": 182,
            "snippet": "return eval('return array(' . $contents . ');');",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "lib/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php",
            "line": 78,
            "snippet": "$raw_data = base64_decode($data);",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "lib/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php",
            "line": 30,
            "snippet": "$result = eval(\"\\$var = $expr;\");",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "lib/firebase/php-jwt/src/JWT.php",
            "line": 274,
            "snippet": "$key = base64_decode((string) end($lines));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "lib/firebase/php-jwt/src/JWT.php",
            "line": 334,
            "snippet": "$key = base64_decode((string) end($lines));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "lib/firebase/php-jwt/src/JWT.php",
            "line": 415,
            "snippet": "return \\base64_decode(self::convertBase64UrlToBase64($input));",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "59fc80b97f8e030f8c7862c835715edf534113fd"
}

SVN committers (2)

Accounts with actual commit access to wpdatatables on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
wpDataTables Young account 2015-11-24 226 2015-11-30 · r1297568 2026-06-24 · r3584237
plugin-master 2007-03-09 1 2015-11-29 · r1296938 2015-11-29 · r1296938

Readme contributors (8)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
wpDataTables 2015-11-24 226 commits Active
Alexander Gilmanov 2024-12-04 Active
ameliabooking 2018-12-06 Active
Danijela Jelenic 2024-04-18 Active
isidoramarkovic 2024-05-15 Active
ivyforms 2025-05-14 Active
Melograno Venture Studio 2026-06-04 Active
Stefan 2024-04-17 Active

Versions (41 most recent)

Version Released Download
6.5.1.1 zip
6.5.1.2 zip
6.5.0.9 zip
6.5.0.8 2026-05-25 · 1mo ago zip
6.5.0.7 2026-05-11 · 1mo ago zip
6.5.0.6 2026-04-27 · 2mo ago zip
6.5.0.5 2026-04-20 · 2mo ago zip
6.5.0.4 2026-04-14 · 2mo ago zip
6.5.0.3 2026-03-30 · 3mo ago zip
6.5.0.2 2026-03-05 · 3mo ago zip
6.5.0.1 2026-03-02 · 4mo ago zip
6.4.0.5 2026-02-02 · 5mo ago zip
6.4.0.4 2026-01-19 · 5mo ago zip
6.4.0.3 2026-01-05 · 5mo ago zip
6.4.0.2 2025-12-22 · 6mo ago zip
6.4.0.1 2025-12-08 · 6mo ago zip
6.3.3.13 2025-11-24 · 7mo ago zip
6.3.3.12 2025-11-10 · 7mo ago zip
6.3.3.11 2025-10-27 · 8mo ago zip
6.3.3.10 2025-10-23 · 8mo ago zip
6.3.3.9 2025-10-13 · 8mo ago zip
6.3.3.8 2025-09-29 · 9mo ago zip
6.3.3.7 2025-09-15 · 9mo ago zip
6.3.3.6 2025-09-01 · 10mo ago zip
6.3.3.5 2025-08-18 · 10mo ago zip
6.3.3.4 2025-08-04 · 11mo ago zip
6.3.3.3 2025-07-21 · 11mo ago zip
6.3.3.2 2025-07-07 · 12mo ago zip
6.3.3.1 2025-06-30 · 1y ago zip
6.3.2 2025-06-23 · 1y ago zip
3.4.2.50 2025-06-09 · 1y ago zip
3.4.2.49 2025-05-26 · 1y ago zip
3.4.2.48 2025-05-12 · 1y ago zip
3.4.2.47 2025-04-28 · 1y ago zip
3.4.2.45 2025-04-22 · 1y ago zip
3.4.2.46 2025-04-22 · 1y ago zip
3.4.2.44 2025-03-31 · 1y ago zip
3.4.2.43 2025-03-31 · 1y ago zip
3.4.2.42 2025-03-17 · 1y ago zip
3.4.2.41 2025-03-03 · 1y ago zip
3.4.2.40 2025-02-18 · 1y ago zip