Flexible Table Block

Flexible Table Block is a custom block plugin for the WordPress block editor that allows you to create tables in any configuration.

v3.8.0Aki HamanoUpdated Added 40k+ installs98% rating0% support resolved
98
Score
4
Errors
7
Warnings
+0
Change

Category Scores

Security100
Repo100
Performance100
Maintainability90

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

11 findings

Maintainability

10

5 issue groups

I18n

1

1 issue group

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FTB_BLOCK_CLASS".4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

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

Sample message

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

WARNINGI18nDiscouraged text-domain loadingload_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERRORMaintainabilityNot AllowedUse of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$option_name&quot;.1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$option_name&quot;.

WARNINGMaintainabilityNot In FooterIn footer ($in_footer) is not set explicitly wp_register_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.1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_register_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.

Score History

2 score snapshots

+0
1007550250Jun 20, 2026, 02:20 AM UTC Score 98/100 Plugin v3.7.0 Plugin Check 2.0.0 4 errors, 7 warningsJun 22, 2026, 02:19 AM UTC Score 98/100 Plugin v3.8.0 Plugin Check 2.0.0 4 errors, 7 warningsJun 20, 2026Jun 22, 2026

v3.8.0

98

Latest

Findings
11
Errors
4
Warnings
7
Check
2.0.0

v3.7.0

98

Score

Findings
11
Errors
4
Warnings
7
Check
2.0.0

Related Plugins