Access 100+ Gutenberg templates and ready-to-use starter sites for WordPress. All designs work with the Neve theme. One-click import, fully responsive …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
84
17 issue groups
Security
19
6 issue groups
Supply Chain
2
1 issue group
I18n
1
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "import_allow_fetch_attachments".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ti_tpc_activation_redirect".
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.
Sample message
Processing form data without nonce verification.
Sample message
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TI_OB_DEBUG_LOG".
Sample message
The use of function set_time_limit() is discouraged
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload_path".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Hidden files are not permitted.
Sample message
Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.5.0.
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
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
var_export() 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['nonce']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Potential connections found in static code analysis.
Outbound calls
177
External assets
2
Incoming endpoints
11
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
6 score snapshots
v1.4.4
35
Latest
v1.4.3
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 114 | 26 | 88 | v1.4.4 | 2.0.0 |
| 35 | 114 | 26 | 88 | v1.4.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.