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.7.0Aki HamanoUpdated 2026-03-03Added Oct 21, 202140k+ installs98% rating0% support resolved
98
Score
4
Errors
7
Warnings
+0
Change

Category Scores

Security100
Repo100
Performance100
Maintainability90

Top Issues by Category

Issues Details

11 issues found in latest scan

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

ERROR3
missing_direct_file_access_protection

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

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

ERROR1
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

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

WARNING1
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

Latest Snapshot

Findings

11

Errors

4

Warnings

7

Score History

First score snapshot

First scan completed Jun 20, 2026

v3.7.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v3.7.0

98

Latest

Findings
11
Errors
4
Warnings
7
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins