AnWP Football Leagues

A complete solution for any football site. Knockout and round-robin competitions, player profiles and statistics, squads, standings and stadiums.

v0.18.3anwpproUpdated Added 900 installs98% rating
25
Score
3,598
Errors
1,955
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

5,553 findings

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 more
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.

47 domains

Outbound calls

182

External assets

9

Incoming endpoints

41

Notable Domains

anwp.pro42 · outbound
anwppro.userecho.com16 · outbound
webdevstudios.com4 · outbound
alpinejs.dev3 · outbound
support.anwp.pro3 · outbound
tsunoa.com3 · outbound

Platform / Reference Domains

github.com35 · platform/reference
w3.org18 · platform/reference
wordpress.org3 · platform/reference
codex.wordpress.org2 · platform/reference
gnu.org2 · platform/reference
ps.w.org1 · platform/reference

External Asset Domains

i.ytimg.com9 · asset + outbound
youtube-nocookie.com7 · asset + outbound

Incoming Endpoints

/wp-json/anwpfl/toolkit/(?P<toolkit_method>[a-z_]+)/REST

register_rest_route

/wp-json/anwpfl/api-toolbox-updater-hide/REST

register_rest_route

/wp-json/anwpfl/api-toolbox-updater/cleanup_club_postmeta/REST

register_rest_route

/wp-json/anwpfl/api-toolbox-updater/cleanup_competition_postmeta/REST

register_rest_route

/wp-json/anwpfl/api-toolbox-updater/cleanup_squad_postmeta/REST

register_rest_route

/wp-json/anwpfl/api-toolbox-updater/cleanup_standing_postmeta/REST

register_rest_route

Admin AJAX endpoints2
wp_ajax_anwp_cmb_ajax_search_get_resultsauthenticated

wp_ajax

wp_ajax_fl_clone_competitionauthenticated

wp_ajax

Score History

3 score snapshots

+0
1007550250Jun 25, 2026, 06:56 AM UTC Score 25/100 Plugin v0.18.1 Plugin Check 2.0.0 3,287 errors, 1,954 warningsJun 29, 2026, 09:32 PM UTC Score 25/100 Plugin v0.18.2 Plugin Check 2.0.0 3,598 errors, 1,955 warningsJul 1, 2026, 04:49 PM UTC Score 25/100 Plugin v0.18.3 Plugin Check 2.0.0 3,598 errors, 1,955 warningsJun 25, 2026Jul 1, 2026

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

Relationship Map

Author, categories, issues, domains, and nearby plugins.

35 nodes

Related Plugins

BZScore – Live Score

700 active installs

94
ProScores – Live Scores

800 active installs

88
SportsPress for Basketball

1k+ active installs

58
SportsPress for Volleyball

500 active installs

58
SportsPress for Baseball

900 active installs

47