Add HTML, CSS and javascript code to your pages and posts easily using shortcodes.
Prioritized issue groups from the latest Plugin Check scan
Security
272
11 issue groups
Maintainability
89
7 issue groups
I18n
2
1 issue group
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
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
$_GET['xyz_ihs_msg'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['xyz_ihs_msg']
Sample message
Processing form data without nonce verification.
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $field at " ORDER BY $field $order LIMIT $offset,$limit"
Sample message
Use placeholders and $wpdb->prepare(); found $queryInsertHtml
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $field used in $wpdb->get_results()\n$field assigned unsafely at line 196.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Missing $domain parameter in function call to _e().
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 9.
Sample message
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.
Sample message
Plugin name "Insert Html Snippet" is different from the name declared in plugin header "Insert HTML Snippet".
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
2 score snapshots
v1.4.6
39
Latest
v1.4.5
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 364 | 159 | 205 | v1.4.6 | 2.0.0 |
| 39 | 364 | 159 | 205 | v1.4.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.