Organise and communicate church life, with associated Android and iOS app for your congregation.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
2,871
8 issue groups
Maintainability
2,697
15 issue groups
I18n
130
2 issue groups
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.995
- Category
- Maintainability
- Occurrences
- 995
- 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().994
- Category
- Maintainability
- Occurrences
- 994
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.577
- Category
- Security
- Occurrences
- 577
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"$this->className\">$this->pagination</div>\n"'.571
- Category
- Security
- Occurrences
- 571
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"$this->className\">$this->pagination</div>\n"'.
WARNINGSecurityRequest data is not unslashed$_GET['ID'] not unslashed before sanitization. Use wp_unslash() or similar458
- Category
- Security
- Occurrences
- 458
- Severity
- warning
Sample message
$_GET['ID'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['file']['name']456
- Category
- Security
- Occurrences
- 456
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $SQL370
- Category
- Security
- Occurrences
- 370
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $SQL
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.187
- Category
- Security
- Occurrences
- 187
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.167
- Category
- Maintainability
- Occurrences
- 167
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.145
- Category
- Maintainability
- Occurrences
- 145
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Show 15 moreShow less
ERRORSecurityDatabase parameter is not escaped135
- Category
- Security
- Occurrences
- 135
- Severity
- error
Sample message
Unescaped parameter $SQL used in $wpdb->get_var()\n$SQL assigned unsafely at line 4427.
WARNINGSecurityInput is not validated117
- Category
- Security
- Occurrences
- 117
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['error']. Check that the array index exists before using it.
ERRORI18nMissing Translators Comment110
- Category
- I18n
- Occurrences
- 110
- 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.
WARNINGMaintainabilityNon-prefixed global variable98
- Category
- Maintainability
- Occurrences
- 98
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cw".
ERRORMaintainabilitywp function not compatible with requires wp85
- Category
- Maintainability
- Occurrences
- 85
- Severity
- error
Sample message
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.
WARNINGMaintainabilityNon-prefixed function39
- Category
- Maintainability
- Occurrences
- 39
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "array_to_object".
WARNINGMaintainabilityerror log print r28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
ERRORMaintainabilityMissing direct file access protection26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORMaintainabilitystrip tags strip tags25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORMaintainabilityNo Explicit Version25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
WARNINGMaintainabilityNot In Footer20
- Category
- Maintainability
- Occurrences
- 20
- Severity
- warning
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.
ERRORI18nMissing Arg Domain20
- Category
- I18n
- Occurrences
- 20
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORMaintainabilityfile system operations fopen18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
WARNINGMaintainabilityNon-prefixed constant16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CA_DEBUG".
ERRORMaintainabilityfile system operations fclose16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
External Connections
Potential connections found in static code analysis.
Outbound calls
134
External assets
11
Incoming endpoints
8
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints4
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v5.0.30
23
Latest
- Findings
- 5,845
- Errors
- 1,643
- Warnings
- 4,202
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 5,845 | 1,643 | 4,202 | v5.0.30 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.