Spacious Toolkit is a companion for Spacious WordPress theme by ThemeGrill
Prioritized issue groups from the latest Plugin Check scan
Maintainability
90
12 issue groups
Security
38
8 issue groups
I18n
11
4 issue groups
Supply Chain
2
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alignment".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$instance'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SPT_AJAX".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at \t\t\tWHERE {$column} LIKE %s\n
Sample message
Mismatched text domain. Expected 'spacious-toolkit' but got 'spacious'.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "https_local_ssl_verify".
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_html__().
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
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 268.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_on_elementor_page".
Sample message
$_GET['_spacious_toolkit_notice_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hidden files are not permitted.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$name".
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['_spacious_toolkit_notice_nonce']
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'If you like <strong>Spacious Toolkit</strong> please leave us a %s★★★★★%s rating. A huge thanks in advance!'.
Potential connections found in static code analysis.
Outbound calls
28
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.0.6
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 142 | 48 | 94 | v1.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.