A complete solution for any football site. Knockout and round-robin competitions, player profiles and statistics, squads, standings and stadiums.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
3,477
3 issue groups
Maintainability
1,867
13 issue groups
Security
202
9 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'football-leagues-by-anwppro' but got 'anwp-football-leagues'.3,472
- Category
- I18n
- Occurrences
- 3,472
- Severity
- error
Sample message
Mismatched text domain. Expected 'football-leagues-by-anwppro' but got 'anwp-football-leagues'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".1,385
- Category
- Maintainability
- Occurrences
- 1,385
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.198
- Category
- Maintainability
- Occurrences
- 198
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().191
- Category
- Maintainability
- Occurrences
- 191
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.53
- Category
- Security
- Occurrences
- 53
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $columns at "SELECT $columns FROM $this->table_name WHERE $this->primary_key IN ($placeholders)"42
- Category
- Security
- Occurrences
- 42
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $columns at "SELECT $columns FROM $this->table_name WHERE $this->primary_key IN ($placeholders)"
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['_anwpfl_player_manual_data']27
- Category
- Security
- Occurrences
- 27
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['_anwpfl_player_manual_data']
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $columns used in $wpdb->get_results()\n$columns assigned unsafely at line 197.26
- Category
- Security
- Occurrences
- 26
- Severity
- warning
Sample message
Unescaped parameter $columns used in $wpdb->get_results()\n$columns assigned unsafely at line 197.
WARNINGSecurityRequest data is not unslashed$_GET['_anwpfl_nationality'] not unslashed before sanitization. Use wp_unslash() or similar21
- Category
- Security
- Occurrences
- 21
- Severity
- warning
Sample message
$_GET['_anwpfl_nationality'] not unslashed before sanitization. Use wp_unslash() or similar
Show 15 moreShow less
ERRORMaintainabilitydate date14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityUnfinished Prepare13
- Category
- Security
- Occurrences
- 13
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGMaintainabilityNon-prefixed hook name11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".
WARNINGSecurityNonce verification recommended9
- Category
- Security
- Occurrences
- 9
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not validated8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
WARNINGMaintainabilitySchema Change7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilitywp function not compatible with requires wp6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
Function "wp_cache_flush_group()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.9.0.
WARNINGMaintainabilityslow db query tax query4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGMaintainabilityslow db query meta query3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
ERRORSecurityException output is not escaped3
- Category
- Security
- Occurrences
- 3
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field'.
ERRORI18nMissing Arg Domain3
- Category
- I18n
- Occurrences
- 3
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGMaintainabilitytrademarked term3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "AnWP Football Leagues" - contains the restricted term "wp" which cannot be used at all in your plugin name.
WARNINGMaintainabilityDynamic hook name2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$field['options_hook']".
WARNINGMaintainabilityNon-prefixed global symbol2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
The "anwpfl/cmb2" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
ERRORI18nMissing Translators Comment2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
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.
External Connections
Potential connections found in static code analysis.
Outbound calls
182
External assets
9
Incoming endpoints
41
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
Admin AJAX endpoints2
wp_ajax
wp_ajax
Score History
3 score snapshots
v0.18.3
25
Latest
- Findings
- 5,553
- Errors
- 3,598
- Warnings
- 1,955
- Check
- 2.0.0
v0.18.2
25
Score
- Findings
- 5,553
- Errors
- 3,598
- Warnings
- 1,955
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 5,553 | 3,598 | 1,955 | v0.18.3 | 2.0.0 |
| 25 | 5,553 | 3,598 | 1,955 | v0.18.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.