AidWP – Donation & Payment Forms (Stripe Powered)

Create fast donation and payment forms. Accept payments on WordPress with Stripe — no WooCommerce required.

v3.3.1Hossni MubarakUpdated Added 800 installs96% rating
22
Score
1,317
Errors
1,675
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,992 findings

Maintainability

1,493

11 issue groups

Security

1,042

10 issue groups

I18n

396

3 issue groups

Supply Chain

4

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".1,154
Category
Maintainability
Occurrences
1,154
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.636
Category
Security
Occurrences
636
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.157
Category
Security
Occurrences
157
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().151
Category
I18n
Occurrences
151
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $amount147
Category
I18n
Occurrences
147
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $amount

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.103
Category
Maintainability
Occurrences
103
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: WPSD_TXT_DOMAIN98
Category
I18n
Occurrences
98
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: WPSD_TXT_DOMAIN

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.93
Category
Maintainability
Occurrences
93
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.70
Category
Security
Occurrences
70
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.

WARNINGSecurityRequest data is not unslashed$_GET[&#039;delID&#039;] not unslashed before sanitization. Use wp_unslash() or similar61
Category
Security
Occurrences
61
Severity
warning

Sample message

$_GET[&#039;delID&#039;] not unslashed before sanitization. Use wp_unslash() or similar

Show 15 more
WARNINGMaintainabilityNon-prefixed class55
Category
Maintainability
Occurrences
55
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.

WARNINGSecurityMissing nonce verification42
Category
Security
Occurrences
42
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect Query26
Category
Maintainability
Occurrences
26
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGSecurityInterpolated SQL is not prepared25
Category
Security
Occurrences
25
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $this-&gt;wpsdTable at &quot;DELETE FROM $this-&gt;wpsdTable WHERE wpsd_id = %d&quot;

WARNINGSecurityInput is not sanitized22
Category
Security
Occurrences
22
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;delID&#039;]

WARNINGSecurityInput is not validated18
Category
Security
Occurrences
18
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;img_type&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilitySchema Change15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilitydate date9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityNonce verification recommended8
Category
Security
Occurrences
8
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityMissing direct file access protection6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityMissing Version4
Category
Maintainability
Occurrences
4
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.

ERRORSupply ChainHidden files included4
Category
Supply Chain
Occurrences
4
Severity
error

Sample message

Hidden files are not permitted.

WARNINGSecurityDatabase parameter is not escaped3
Category
Security
Occurrences
3
Severity
warning

Sample message

Unescaped parameter $this-&gt;wpsdTable used in $wpdb-&gt;get_results()

WARNINGMaintainabilityNon-prefixed hook name3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;fs_plugins_api&quot;.

External Connections

Potential connections found in static code analysis.

44 domains

Outbound calls

286

External assets

5

Incoming endpoints

9

Notable Domains

stripe.com91 · outbound
freemius.com10 · outbound
iso.org8 · outbound
php.net6 · outbound
aidwp.com2 · outbound
benalman.com2 · outbound

Platform / Reference Domains

gnu.org111 · platform/reference
wordpress.org8 · platform/reference
w3.org5 · platform/reference
github.com3 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference

External Asset Domains

cdn.jsdelivr.net2 · asset + outbound
youtube.com2 · asset + outbound
js.stripe.com1 · asset

Incoming Endpoints

wp_ajax_nopriv_wpsd_donationpublic

wp_ajax

wp_ajax_nopriv_wpsd_donation_successpublic

wp_ajax

wp_ajax_nopriv_wpsd_get_imagepublic

wp_ajax

Admin AJAX endpoints6
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_wpsd_donationauthenticated

wp_ajax

wp_ajax_wpsd_donation_successauthenticated

wp_ajax

wp_ajax_wpsd_get_imageauthenticated

wp_ajax

Score History

First score snapshot

v3.3.1

22

Latest

Findings
2,992
Errors
1,317
Warnings
1,675
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins