Accordion Blocks

Gutenberg block for creating responsive accordion drop-downs.

v1.5.0philbuchananUpdated 2022-02-07Added Mar 12, 201910k+ installs100% rating
78
Score
9
Errors
3
Warnings
+0
Change

Category Scores

Security64
Repo94
Performance100
Maintainability92

Top Issues by Category

Issues Details

12 issues found in latest scan

ERROR5
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.

ERROR1
block_api_version_too_low

Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.

ERROR1
missing_direct_file_access_protection

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

ERROR1
outdated_tested_upto_header

Tested up to: 5.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

WARNING1
upgrade_notice_limit

The upgrade notice for "1.1.0" exceeds the limit of 300 characters.

Latest Snapshot

Findings

12

Errors

9

Warnings

3

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.5.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.5.0

78

Latest

Findings
12
Errors
9
Warnings
3
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins