Supercharge your WordPress themes and plugins with powerful features that are easy to create.
Prioritized issue groups from the latest Plugin Check scan
Security
173
7 issue groups
Maintainability
18
13 issue groups
I18n
4
1 issue group
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button_value'.
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST[$id .'_id']
Sample message
$_REQUEST[$id .'_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_registered_style_options".
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.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "ThemeKit For WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $query used in $wpdb->get_row()\n$query assigned unsafely at line 684.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->get_option_name()".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "widget_styler_class".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "tk_register_sidebar_style".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id']. Check that the array index exists before using it.
Sample message
add_contextual_help() has been deprecated since WordPress version 3.3.0. Use get_current_screen()->add_help_tab() instead.
Sample message
get_current_theme() has been deprecated since WordPress version 3.4.0. Use wp_get_theme() instead.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 3.1 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Potential connections found in static code analysis.
Outbound calls
3
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v0.5.2
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 198 | 149 | 49 | v0.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.