Ultimate Blocks – 25+ Gutenberg Blocks for Block Editor

Create Better Content With The Block Editor. Custom Blocks for Bloggers and Content Marketers.

v3.5.6Ultimate BlocksUpdated 2026-05-21Added Feb 28, 201850k+ installs98% rating50% support resolved
25
Score
690
Errors
1,581
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance97
Maintainability0

Top Issues by Category

maintainability1,677
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING1,0912Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING3293missing direct file access protectionmissing_direct_file_access_protectionERROR734Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING585Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING486Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING197date dateWordPress.DateTime.RestrictedFunctions.date_dateERROR158Plugin Directory WritePluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWriteERROR99file system operations fwriteWordPress.WP.AlternativeFunctions.file_system_operations_fwriteERROR810Direct QueryWordPress.DB.DirectDatabaseQuery.DirectQueryWARNING511No CachingWordPress.DB.DirectDatabaseQuery.NoCachingWARNING412Missing VersionWordPress.WP.EnqueuedResourceParameters.MissingVersionWARNING413Dynamic Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFoundWARNING314Not In FooterWordPress.WP.EnqueuedResourceParameters.NotInFooterWARNING315Not AllowedPluginCheck.CodeAnalysis.Heredoc.NotAllowedERROR216Schema ChangeWordPress.DB.DirectDatabaseQuery.SchemaChangeWARNING217file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR218unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR2
security529
i18n38

Issues Details

2,271 issues found in latest scan

WARNING1,091
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR518
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

WARNING329
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

ERROR73
missing_direct_file_access_protection

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

WARNING58
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.

WARNING48
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

ERROR26
WordPress.WP.I18n.MissingArgDomain

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

WARNING19
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;fs_plugins_api&quot;.

ERROR15
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR9
PluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWrite

Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.

ERROR9
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'ultimate-blocks' but got "ultimate-block".

ERROR8
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

ERROR7
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

WARNING5
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING4
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$this-&gt;editor_data_filter_hook&quot;.

WARNING3
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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

ERROR3
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $timeUnits[6 - $i] . ($t > 1 ? 's' : '')

ERROR2
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

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

WARNING2
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST[&#039;blocks&#039;]

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST[&#039;blocks&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR2
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

Latest Snapshot

Findings

2,271

Errors

690

Warnings

1,581

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v3.5.6

25

Latest

Findings
2,271
Errors
690
Warnings
1,581
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins