Feature Rich and Super Fast Support and Customer Ticketing System for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
216
16 issue groups
Security
76
6 issue groups
I18n
56
3 issue groups
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 interpolated variable {$columnList} at "ALTER TABLE `{$table}` ADD INDEX `{$index_name}` ({$columnList})"
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
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "allow_password_reset".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$child".
Sample message
The use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
Detected usage of meta_key, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $notificationsTable used in $wpdb->query()\n$notificationsTable assigned unsafely at line 102.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$type'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Unescaped parameter $indexType used in $wpdb->query()\n$indexType assigned unsafely at line 160.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LITESPEED_ESI_OFF".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Found %d tickets for %s'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Found %d ticket for %s'.
Potential connections found in static code analysis.
Outbound calls
155
External assets
2
Incoming endpoints
2
wp_ajax
wp_ajax
3 score snapshots
v2.3.1
26
Latest
v2.3.0
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 364 | 92 | 272 | v2.3.1 | 2.0.0 |
| 26 | 360 | 88 | 272 | v2.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.