Create PRO sports website for your club, sports team or sports league! Soccer, Football, Hockey, Basketball, Volleyball, Handball, eSport & others.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,659
14 issue groups
Security
534
8 issue groups
I18n
40
3 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Ostaff".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Ostaff["name"]'.
Sample message
Use placeholders and $wpdb->prepare(); found $checkfornull
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EsTabs".
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $complexBox[$intA]->id used in $wpdb->query()\n$complexBox[$intA]->id used without escaping.
Sample message
Function "add_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
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
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DB_TBL_BOX_FIELDS".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "filter_joomsport_career_head".
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
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
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'No box score records available. Add new on %sBox score stats list%s'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "function_to_run_on_post_trash".
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['options']['pllist_order']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Potential connections found in static code analysis.
Outbound calls
80
External assets
0
Incoming endpoints
27
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
14 more hidden
2 score snapshots
v5.7.10
25
Latest
v5.7.9
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,270 | 523 | 1,747 | v5.7.10 | 2.0.0 |
| 25 | 2,268 | 523 | 1,745 | v5.7.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.