Interactive Content – H5P

Create and add rich content to your website for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.

v1.17.8icc0rzUpdated 2026-05-22Added May 15, 201440k+ installs96% rating25% support resolved
23
Score
565
Errors
380
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability0

Top Issues by Category

maintainability335
i18n320
security259

Issues Details

945 issues found in latest scan

ERROR286
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: $this->plugin_slug

WARNING131
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING118
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR62
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR59
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING33
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $i at "ALTER TABLE `{$wpdb->prefix}{$table}` DROP INDEX `{$index}_$i`"

ERROR29
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNING25
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR20
WordPress.WP.AlternativeFunctions.unlink_unlink

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

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.

ERROR16
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $charset used in $wpdb->query()\n$charset assigned unsafely at line 573.

WARNING15
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING15
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['file']['name']

ERROR14
missing_direct_file_access_protection

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

ERROR13
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $content_id

ERROR10
WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

WARNING8
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table used in $wpdb->get_results()\n$column used without escaping.

ERROR8
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR8
wp_function_not_compatible_with_requires_wp

Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.8.1.

ERROR7
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR5
WordPress.WP.AlternativeFunctions.file_system_operations_rmdir

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

ERROR5
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$d, %3$d, %4$d", but got "%s, %d, %d, %d" in 'Upgrade %s %d.%d.%d content'.

WARNING4
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['libraries'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING3
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

trigger_error() found. Debug code should not normally be used in production.

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.

Latest Snapshot

Findings

945

Errors

565

Warnings

380

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.17.8

23

Latest

Findings
945
Errors
565
Warnings
380
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins