HootKit is a great companion plugin for WordPress themes by wpHoot.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,282
12 issue groups
Security
374
7 issue groups
I18n
66
6 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$id".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"</div><div class='hcolumn-1-{$columns} hk-list-column-{$colcount} {$lastclass}'>"'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "carticon_empty_hovertag".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'hootkit' but got 'code-snippets'.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Use of a direct database call is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "HKIT_DEBUG".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
Translatable string should not be wrapped in HTML. Found: "<strong>Only posts which have a 'Featured Image' will be displayed</strong>"
Sample message
The use of function eval() is forbidden
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
The $text parameter must be a single text string literal. Found: $desc
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HK_Widget".
Not analyzed yet.
First score snapshot
v3.0.6
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 1,724 | 429 | 1,295 | v3.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.