Create payment form, donate button to accept payments and donations. Manage subscription payment, recurring donation with customer/donor management.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
339
15 issue groups
Security
203
10 issue groups
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.115
- Category
- Maintainability
- Occurrences
- 115
- 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().100
- Category
- Maintainability
- Occurrences
- 100
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityRecommendedProcessing form data without nonce verification.64
- Category
- Security
- Occurrences
- 64
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb->prepare(); found interpolated variable $keyPlaceholders at AND meta_key IN ($keyPlaceholders)"63
- Category
- Security
- Occurrences
- 63
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $keyPlaceholders at AND meta_key IN ($keyPlaceholders)"
ERRORMaintainabilitywp function not compatible with requires wpFunction "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.5.0.38
- Category
- Maintainability
- Occurrences
- 38
- Severity
- error
Sample message
Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.5.0.
WARNINGSecurityUnescaped DBParameterUnescaped parameter $activitiesTable used in $wpdb->get_var()\n$activitiesTable assigned unsafely at line 749.30
- Category
- Security
- Occurrences
- 30
- Severity
- warning
Sample message
Unescaped parameter $activitiesTable used in $wpdb->get_var()\n$activitiesTable assigned unsafely at line 749.
WARNINGMaintainabilityslow db query meta keyDetected usage of meta_key, possible slow query.23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta valueDetected usage of meta_value, possible slow query.23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGSecurityMissingProcessing form data without nonce verification.21
- Category
- Security
- Occurrences
- 21
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilitybadly named filesFile and folder names must not contain spaces or special characters.11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- error
Sample message
File and folder names must not contain spaces or special characters.
Show 15 moreShow less
WARNINGSecurityUnfinished Prepare9
- Category
- Security
- Occurrences
- 9
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGMaintainabilityDynamic Hookname Found8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action".
WARNINGSecurityInput Not Sanitized6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']
WARNINGMaintainabilityNon Prefixed Variable Found5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$givewpMigrationModule".
WARNINGMaintainabilityInvalid Prefix Passed4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
The "wppayform/after" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
WARNINGSecurityMissing Unslash4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
$_REQUEST['filter'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityNo Code Found3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
WARNINGSecurityReplacements Wrong Number3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
ERRORMaintainabilitymissing direct file access protection3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityprevent path disclosure error reporting2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
error_reporting() can lead to full path disclosure.
WARNINGSecuritywp redirect wp redirect2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
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.
WARNINGMaintainabilityMissing Version2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
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.
ERRORSecurityUnescaped DBParameter1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
Unescaped parameter $donationMetaTable used in $wpdb->get_var()
WARNINGMaintainabilitySchema Change1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGMaintainabilityNon Prefixed Constant Found1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SAVEQUERIES".
Score History
First score snapshot
v4.6.22
29
Latest
- Findings
- 549
- Errors
- 53
- Warnings
- 496
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 549 | 53 | 496 | v4.6.22 | 2.0.0 |