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.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
335
10 issue groups
I18n
320
3 issue groups
Security
259
12 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin_slug
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$additional_embed_head_tags'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $i at "ALTER TABLE `{$wpdb->prefix}{$table}` DROP INDEX `{$index}_$i`"
Sample message
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.
Sample message
Attempting a database schema change is discouraged.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.
Sample message
Unescaped parameter $charset used in $wpdb->query()\n$charset assigned unsafely at line 573.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $content_id
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$column used without escaping.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.8.1.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
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'.
Sample message
$_POST['libraries'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
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.
Potential connections found in static code analysis.
Outbound calls
136
External assets
4
Incoming endpoints
22
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
7 more hidden
2 score snapshots
v1.17.9
23
Latest
v1.17.8
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 944 | 565 | 379 | v1.17.9 | 2.0.0 |
| 23 | 945 | 565 | 380 | v1.17.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.