Create fast donation and payment forms. Accept payments on WordPress with Stripe — no WooCommerce required.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
123
10 issue groups
Security
70
7 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$amount".
Sample message
$_GET['delID'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $this->wpsdTable at "DELETE FROM $this->wpsdTable WHERE wpsd_id = %d"
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['address'][0]['address_city']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['delID']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wsd_fs".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $this->wpsdTable used in $wpdb->get_results()
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "AidWP – Donation & Payment Forms (Stripe Powered)" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Processing form data without nonce verification.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wsd_fs_loaded".
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM_Currency".
Sample message
Plugin name "AidWP – Donation & Payment Forms (Stripe Powered)" is different from the name declared in plugin header "AidWP".
Potential connections found in static code analysis.
Outbound calls
287
External assets
4
Incoming endpoints
9
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.3.2
39
Latest
v3.3.1
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 193 | 0 | 193 | v3.3.2 | 2.0.0 |
| 22 | 2,992 | 1,317 | 1,675 | v3.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.